]> git.baikalelectronics.ru Git - kernel.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)
commitdf9afb070620bef1aebd671f42cd525a0b30a104
tree3e68802c18a074f05c869134d25363c5816abfb4
parent83b2f38f54580860b5fece3d3fc1f8769b5fd26b
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