From: Dan Carpenter Date: Wed, 21 Aug 2013 08:42:24 +0000 (+0300) Subject: usb: gadget: double unlocks on error in atmel_usba_start() X-Git-Tag: v3.12-rc1~186^2~19^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffb62a14c7b6109ca4ee9bb360ad867b294acddc;p=pandora-kernel.git usb: gadget: double unlocks on error in atmel_usba_start() The "goto out" statements were wrong. We aren't holding any locks at that point so we should return directly. Signed-off-by: Dan Carpenter Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed