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:
20e6e55
)
p54usb: fix leak at failure path in p54u_load_firmware()
author
Alexey Khoroshilov
<khoroshilov@ispras.ru>
Tue, 17 Sep 2013 20:57:59 +0000
(
00:57
+0400)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 26 Sep 2013 18:02:29 +0000
(14:02 -0400)
If request_firmware_nowait() fails in p54u_load_firmware(),
p54u_load_firmware_cb is not called and no one decrements usb_dev refcnt.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found