commit | feffa7ca6008ab859dd7ab7448a5a899bf0aa98f | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Thu Oct 25 10:29:06 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Oct 25 09:36:58 2012 -0700 |
tree | 7e52c82145eab218089d75d44c2c181039af32cd | |
parent | 4230af572f95b3115bba1ee6fb95681f3851ab26 [diff] |
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: <stable@vger.kernel.org> Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>