summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAlexey Khoroshilov2015-01-16 23:55:26 +0100
committerMauro Carvalho Chehab2015-02-02 13:47:15 +0100
commit5eeb3014827f44ea7de43c865118cb2095ad030e (patch)
tree4939b10b67a62cd9b244c7642edd028bdc2c4c84 /MAINTAINERS
parent[media] rcar_vin: move buffer management to .stop_streaming handler (diff)
downloadkernel-qcow2-linux-5eeb3014827f44ea7de43c865118cb2095ad030e.tar.gz
kernel-qcow2-linux-5eeb3014827f44ea7de43c865118cb2095ad030e.tar.xz
kernel-qcow2-linux-5eeb3014827f44ea7de43c865118cb2095ad030e.zip
[media] cx231xx: fix usbdev leak on failure paths in cx231xx_usb_probe()
Commit b7085c086475 ("cx231xx: convert from pr_foo to dev_foo") moves usb_get_dev(interface_to_usbdev(interface)) to the beginning of cx231xx_usb_probe() to use udev->dev in dev_err(), but it does not make sure usbdev is put on all failure paths. Later dev_err(udev->dev) was replaced by dev_err(d). So the patch moves usb_get_dev() below (before the first use) and fixes another failure path. 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 <mchehab@osg.samsung.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions