Home
last modified time | relevance | path

Searched hist:"4295 fe7791a1b20c90cbaaa6f23f2fb94218b8a7" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/serial/
H A Dcp210x.cdiff 4295fe7791a1b20c90cbaaa6f23f2fb94218b8a7 Mon Oct 15 15:47:20 CEST 2012 Johan Hovold <jhovold@gmail.com> USB: cp210x: fix port-data memory leak

Fix port data memory leak by replacing port private data with serial
private data.

Since commit 0998d0631001288 (device-core: Ensure drvdata = NULL when no
driver is bound) the port private data is no longer freed at
release.

The private data is used to store the control interface number, but as
this is the same for all ports on an interface it should be stored as
usb-serial data anyway.

Cc: <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>