usb: gadget: double unlocks on error in atmel_usba_start()
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 21 Aug 2013 08:42:24 +0000 (11:42 +0300)
committerFelipe Balbi <balbi@ti.com>
Tue, 27 Aug 2013 20:05:35 +0000 (15:05 -0500)
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 <dan.carpenter@oracle.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found