commit | dd4d8ca6446538a904127838cb6c9a4cffe690f7 | [log] [tgz] |
---|---|---|
author | Don Skidmore <donald.c.skidmore@intel.com> | Wed Apr 29 00:22:31 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 29 00:22:31 2009 -0700 |
tree | 17099bfebb524ce2662c54be0ff81fe0ffc51d6f | |
parent | f7185c71234434d48b96f9a0387737df1759a4af [diff] |
ixgbe: Use pci_wake_from_d3() instead of multiple pci_enable_wake() We were calling pci_enable_wake() twice in a row for both D3_hot and D3_cold. This replaces those calls with a call to pci_wake_from_d3() to avoid issues with PCI PM vs ordering constraints. Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>