]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commit3a90f81872b00a7526c2bb1ed7664fe5af727f39
treee4c998177f53e374ceecb15fb549db654920d212
parentc1284d7726c57c9d2bbc65cd08173fe7f9e637df
USB: usblp: Remove checks no longer needed with the new runtime PM system

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>
drivers/usb/class/usblp.c