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:
2a98dbb
)
usb: gadget: f_ncm: fix missing unlock on error in ncm_alloc()
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Tue, 18 Jun 2013 03:43:29 +0000
(11:43 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 18 Jun 2013 17:50:08 +0000
(10:50 -0700)
Add the missing unlock before return from function ncm_alloc()
in the error handling case.
Introduced by commit
e730660378be92b83288b59b824ccdace5cd2652
.
(usb: gadget: f_ncm: add configfs support)
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found