git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f82768
)
usb: gadget: double unlocks on error in atmel_usba_start()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 21 Aug 2013 08:42:24 +0000
(11:42 +0300)
committer
Felipe 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