From: Johan Hovold Date: Mon, 26 May 2014 17:23:46 +0000 (+0200) Subject: USB: cdc-acm: simplify runtime PM locking X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~34^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbf0cb3e93a1b6ef8bf22a67f35d7c98ef378f2b;p=pandora-kernel.git USB: cdc-acm: simplify runtime PM locking We can simply the runtime PM locking as there's no need to check the susp_count in the read path (at least not since killing the rx tasklet). Specifically, the read urbs will never be resubmitted by the completion handler when killed during suspend. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed