| commit | d2002eb8a3a9c6d9182e1652b3ec22f6dd20741b | [log] [tgz] |
|---|---|---|
| author | Johan Hovold <jhovold@gmail.com> | Tue May 29 18:22:48 2012 +0200 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 22 11:36:56 2012 -0700 |
| tree | c728af09c01be125d09a5f7d719581dcab4976eb | |
| parent | c4962879787761e53777b1811787acb1753df7db [diff] |
USB: option: fix memory leak
commit b9c3aab315b51f81649a0d737c4c73783fbd8de0 upstream.
Fix memory leak introduced by commit 383cedc3bb435de7a2 ("USB: serial:
full autosuspend support for the option driver") which allocates
usb-serial data but never frees it.
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>