PCI: fix incorrect error return in pci_enable_wake
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 16 Dec 2008 19:06:58 +0000 (14:06 -0500)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 7 Jan 2009 19:12:56 +0000 (11:12 -0800)
This patch (as1186) fixes a minor mistake in pci_enable_wake().  When
the routine is asked to disable remote wakeup, it should not return an
error merely because the device is not allowed to do wakeups!

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Acked-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

No differences found