From: Johan Hovold Date: Wed, 17 Oct 2012 14:31:35 +0000 (+0200) Subject: USB: ti_usb_3410_5052: fix port-data memory leak X-Git-Tag: v3.7-rc2~17^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51ef847df74632e7cfdf952afc3887de105b8b35;p=pandora-kernel.git USB: ti_usb_3410_5052: 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: Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed