USB: io_ti: fix port-data memory leak
authorJohan Hovold <[email protected]>
Wed, 17 Oct 2012 11:34:58 +0000 (13:34 +0200)
committerGreg Kroah-Hartman <[email protected]>
Wed, 17 Oct 2012 20:47:58 +0000 (13:47 -0700)
commit003615302a16579531932576bcd9582ddeba9018
treee0f5b3077907da583663d0228d03e89b0280ff5e
parent94ab71ce288921490ca857e25ad174e1921b1e29
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: <[email protected]>
Signed-off-by: Johan Hovold <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/serial/io_ti.c