diff options
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | 2014-09-09 02:10:43 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-09-23 23:13:38 +0400 |
commit | e947d9ad8ab118d51ff07b7d93c3c1a3e9f7c42f (patch) | |
tree | d9a80a48ec5803301caa91cfa4abb4a9ad6e764c /drivers/Kconfig | |
parent | 3011e5e592a2d31556cc3eff335a1ecccd473fa0 (diff) | |
download | linux-e947d9ad8ab118d51ff07b7d93c3c1a3e9f7c42f.tar.xz |
[media] mceusb: fix usbdev leak
mceusb_init_rc_dev() does usb_get_dev(), but there is no any
usb_put_dev() in the driver.
The patch tries to straighten logic. It moves usb_get_dev()
directly to mceusb_dev_probe() and adds usb_put_dev() to an error path
and to mceusb_dev_disconnect().
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/Kconfig')
0 files changed, 0 insertions, 0 deletions