commit | 50c88544d225baadd6de1c4365d4ed16cc942a37 | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Fri Dec 20 16:17:32 2013 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Tue Feb 04 06:28:00 2014 -0200 |
tree | cb3b749bb728488e50add71004bce48bc8b71df8 | |
parent | 38121b6ef314e556d3b59acc0c41a4d6f7e597fa [diff] |
[media] go7007-loader: fix usb_dev leak There is usb_get_dev() in go7007_loader_probe(), but there is no usb_put_dev() anywhere. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>