USB: usblp: Remove checks no longer needed with the new runtime PM system
authorOliver Neukum <oliver@neukum.org>
Sun, 27 Dec 2009 23:52:17 +0000 (00:52 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 Mar 2010 22:53:39 +0000 (14:53 -0800)
Under the new system a device cannot be suspended against
the driver's wish. Therefore this condition no longer needs
to be checked for.

Signed-off-by: Oliver Neukum <oliver@neukum.org>
Cc: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found