From: Oliver Neukum Date: Thu, 10 Feb 2011 14:33:37 +0000 (+0100) Subject: usb_wwan: fix error case in close() X-Git-Tag: v2.6.39-rc1~472^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a91aedca2f4ef24344b7cd8f56570e620fbe4d5;p=pandora-kernel.git usb_wwan: fix error case in close() The device never needs to be resumed in close(). But the counters must be balanced. As resumption can fail, but the counters must be balanced, use the _no_resume() version which cannot fail. Signed-off-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed