From: Oliver Neukum Date: Fri, 6 Feb 2009 14:01:54 +0000 (+0100) Subject: USB: serial generic resume function fix X-Git-Tag: v2.6.30-rc1~670^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d55c0ae6b243bb8e247259089b3a2e47ebfabdf6;p=pandora-kernel.git USB: serial generic resume function fix This removes an unnecessary check for autoresume from the generic resume method. The check has been obsoleted by the now delayed increase of the usage counter which makes the error this check prevented impossible. This change allows drivers which only use the bulk read URB the use of the generic method even if they support autosuspend. Signed-off-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed