commit | ae75c940181c3d4044f7b1adf07ada877ad9cb83 | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Mon May 26 19:23:24 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 27 15:04:07 2014 -0700 |
tree | 3e68802c18a074f05c869134d25363c5816abfb4 | |
parent | 2b4aceabb1bde8fb205f4e947f2db4b1b7a0c2f9 [diff] |
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>