]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: sierra: fix memory leak in probe error path
authorJohan Hovold <jhovold@gmail.com>
Thu, 25 Oct 2012 08:29:18 +0000 (10:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Oct 2012 16:51:36 +0000 (09:51 -0700)
commit25a665eeaba137ef1758ee747d0fc8f9b42bc091
tree95e464be08214bc5fe2faa82f13f3806d954d198
parent866cf6722ef510e21baa66f839ed3a618f303794
USB: sierra: fix memory leak in probe error path

commit 084817d79399ab5ccab2f90a148b0369912a8369 upstream.

Move interface data allocation to attach so that it is deallocated on
errors in usb-serial probe.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/sierra.c