From: Johan Hovold Date: Thu, 25 Oct 2012 08:29:06 +0000 (+0200) Subject: USB: omninet: fix port-data memory leak X-Git-Tag: v3.7-rc3~11^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feffa7ca6008ab859dd7ab7448a5a899bf0aa98f;p=pandora-kernel.git USB: omninet: 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. Compile-only tested. Cc: Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed