diff options
author | Johan Hovold <jhovold@gmail.com> | 2012-10-25 10:29:06 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-25 09:36:58 -0700 |
commit | feffa7ca6008ab859dd7ab7448a5a899bf0aa98f (patch) | |
tree | 7e52c82145eab218089d75d44c2c181039af32cd /drivers/pps | |
parent | 4230af572f95b3115bba1ee6fb95681f3851ab26 (diff) | |
download | linux-feffa7ca6008ab859dd7ab7448a5a899bf0aa98f.tar.bz2 |
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>
Diffstat (limited to 'drivers/pps')
0 files changed, 0 insertions, 0 deletions