From: Johan Hovold Date: Wed, 17 Oct 2012 11:35:00 +0000 (+0200) Subject: USB: keyspan_pda: fix port-data memory leak X-Git-Tag: v3.7-rc2~17^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94ab71ce288921490ca857e25ad174e1921b1e29;p=pandora-kernel.git USB: keyspan_pda: fix port-data memory leak 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. Note that the write waitqueue was initialised but never used. Compile-only tested. Cc: Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed