]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: usb_wwan: kill interrupt urb explicitly at suspend
authorJohan Hovold <jhovold@gmail.com>
Mon, 26 May 2014 17:23:24 +0000 (19:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 22:04:07 +0000 (15:04 -0700)
commitae75c940181c3d4044f7b1adf07ada877ad9cb83
tree3e68802c18a074f05c869134d25363c5816abfb4
parent2b4aceabb1bde8fb205f4e947f2db4b1b7a0c2f9
USB: usb_wwan: kill interrupt urb explicitly at suspend

As the port interrupt URB is submitted by the subdriver at open, we
should also kill it explicitly at suspend (even though this will be
taken care of by USB serial core otherwise).

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