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:
4f319e3
)
NFC: port100: Fix device leak
author
Alexey Khoroshilov
<khoroshilov@ispras.ru>
Sat, 4 Jan 2014 20:08:05 +0000
(
00:08
+0400)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Sat, 4 Jan 2014 23:49:00 +0000
(
00:49
+0100)
port100_probe() calls usb_get_dev(), but there is no usb_put_dev()
in port100_disconnect(). The patch adds one.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
No differences found