commit | e947d9ad8ab118d51ff07b7d93c3c1a3e9f7c42f | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Mon Sep 08 19:10:43 2014 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Sep 23 16:13:38 2014 -0300 |
tree | d9a80a48ec5803301caa91cfa4abb4a9ad6e764c | |
parent | 3011e5e592a2d31556cc3eff335a1ecccd473fa0 [diff] |
[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>