commit | 308fee18e0f06215b47b54a2b254bfaf55527bdd | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Mon May 26 19:23:50 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 27 15:04:10 2014 -0700 |
tree | 48b3f7512f132b6b518b197bdb9b4562bb24668c | |
parent | 4a8ee5059a241114c644350b6cb564c729a340fa [diff] |
USB: cdc-acm: remove redundant usb_mark_last_busy There's no need to call usb_mark_last_busy after having increased the PM counter in write(). The device will be marked busy by USB core when the PM counter is balanced in the completion handler. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>