From: Johan Hovold Date: Thu, 25 Oct 2012 08:29:05 +0000 (+0200) Subject: USB: mos7720: fix port-data memory leak X-Git-Tag: v3.7-rc3~11^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4230af572f95b3115bba1ee6fb95681f3851ab26;p=pandora-kernel.git USB: mos7720: 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 this patch also fixes a second port-data memory leak in the error path of attach, should parallel-port initialisation fail. Compile-only tested. Cc: Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed