https://github.com/torvalds/linux
Revision bf90ff5f3b8f67e5b42df4ea4fd543f8010a2676 authored by Johan Hovold on 17 October 2012, 14:31:33 UTC, committed by Greg Kroah-Hartman on 17 October 2012, 20:48:00 UTC
Fix port-data memory leak by replacing attach and release with
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>
1 parent 638b9e1
History
Tip revision: bf90ff5f3b8f67e5b42df4ea4fd543f8010a2676 authored by Johan Hovold on 17 October 2012, 14:31:33 UTC
USB: spcp8x5: fix port-data memory leak
Tip revision: bf90ff5

README.AddingFirmware

back to top