From: Johan Hovold Date: Thu, 25 Oct 2012 08:29:02 +0000 (+0200) Subject: USB: whiteheat: fix port-data memory leak X-Git-Tag: v3.7-rc3~11^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c467206ed6bcce26c83d0435612cc4fee2527305;p=pandora-kernel.git USB: whiteheat: 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. Note that the fifth port (command port) is never registered as a port device and thus should be handled in attach and release. Compile-only tested. Cc: Cc: Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed