Searched hist:"003615302 a16579531932576bcd9582ddeba9018" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/serial/ |
H A D | io_ti.c | diff 003615302a16579531932576bcd9582ddeba9018 Wed Oct 17 06:34:58 CDT 2012 Johan Hovold <jhovold@gmail.com> USB: io_ti: fix port-data memory leak
Fix port-data memory leak by moving port data allocation and deallocation to port_probe and port_remove.
Since commit 0998d0631001288 (device-core: Ensure drvdata = NULL when no driver is bound) the port private data is no longer freed at release as it is no longer accessible.
Compile-only tested.
Cc: <stable@vger.kernel.org> Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|