From: Johan Hovold Date: Mon, 26 May 2014 17:23:50 +0000 (+0200) Subject: USB: cdc-acm: remove redundant usb_mark_last_busy X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~34^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=308fee18e0f06215b47b54a2b254bfaf55527bdd;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed