commit | 0287d5c5cda82ebe87e79e5a298f40f0ca05e5ef | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Mon May 26 19:23:08 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 27 15:04:05 2014 -0700 |
tree | 7a3ef2a732b96c4c709cad470cd40bf121761993 | |
parent | 71c149b901e367db5dae1ec83bb82d14d01ad4cb [diff] |
USB: sierra: minimise no-suspend window during close Move usb_autopm_get_interface_no_resume to the end of close(). This makes the window during which suspend is prevented before the final put in USB serial core slightly smaller. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>