commit | d55c0ae6b243bb8e247259089b3a2e47ebfabdf6 | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oliver@neukum.org> | Fri Feb 06 15:01:54 2009 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Mar 24 16:20:29 2009 -0700 |
tree | b672bc3e307600b447e43a05f12392b7c5fd38db | |
parent | f8bece8d91f9ed9cff3c98920802f1b3046b7560 [diff] |
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 <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>