diff options
| author | Alexey Khoroshilov <[email protected]> | 2014-09-08 19:10:43 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2014-09-23 16:13:38 -0300 |
| commit | e947d9ad8ab118d51ff07b7d93c3c1a3e9f7c42f (patch) | |
| tree | d9a80a48ec5803301caa91cfa4abb4a9ad6e764c /tools/perf/scripts/python/bin | |
| 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 <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions