diff options
author | Rafael J. Wysocki <[email protected]> | 2009-06-14 21:25:02 +0200 |
---|---|---|
committer | Jesse Barnes <[email protected]> | 2009-06-16 14:30:17 -0700 |
commit | d2abdf62882d982c58e7a6b09ecdcfcc28075e2e (patch) | |
tree | d43dd7e66f4de4e044ed632a9eb6d61c61019b78 /net/lapb/lapb_in.c | |
parent | c12ff1df5f114484e3d8abd028769a624cc3399f (diff) |
PCI PM: Fix handling of devices without PM support by pci_target_state()
If a PCI device is not power-manageable either by the platform, or
with the help of the native PCI PM interface, pci_target_state() will
return either PCI_D3hot, or PCI_POWER_ERROR for it, depending on
whether or not the device is configured to wake up the system. Alas,
none of these return values is correct, because each of them causes
pci_prepare_to_sleep() to return error code, although it should
complete successfully in such a case.
Fix this problem by making pci_target_state() always return PCI_D0
for devices that cannot be power managed.
Cc: [email protected]
Signed-off-by: Rafael J. Wysocki <[email protected]>
Signed-off-by: Jesse Barnes <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions