commit | a283d080a49a5014f525bf722e5a6a07835e45ef | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Mon May 26 19:23:03 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 27 15:04:04 2014 -0700 |
tree | d61b4d225b95cc1eb6d21805fff7a119a0591395 | |
parent | 40d88983cee801cb9aef00e514b3ebf3a51f6c7e [diff] |
USB: sierra: do not resume I/O on closed ports Do not resume any I/O, including the delayed write queue, on closed ports. Note that this currently has no functional impact due to the usb_autopm_get_interface() in close(), but that call is about to be removed by a follow-up patch. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>