Details

[Home]

Issue of the Implementation # L0182

Brief

[media] cx231xx: usbdev leak on failure paths in cx231xx_usb_probe()

Detailed Description

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.

Component

linux-kernel 3.19

Accepted

https://lkml.org/lkml/2015/1/16/570
commit

Status

Fixed in kernel 4.0-rc1

[Home]