git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb25505
)
USB: garmin_gps: fix memory leak on disconnect
author
Johan Hovold
<jhovold@gmail.com>
Tue, 19 Mar 2013 08:21:07 +0000
(09:21 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 21 Mar 2013 22:59:02 +0000
(15:59 -0700)
Remove bogus disconnect test introduced by
95bef012e
("USB: more serial
drivers writing after disconnect") which prevented queued data from
being freed on disconnect.
The possible IO it was supposed to prevent is long gone.
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found