From: Don Skidmore Date: Wed, 29 Apr 2009 07:22:31 +0000 (-0700) Subject: ixgbe: Use pci_wake_from_d3() instead of multiple pci_enable_wake() X-Git-Tag: v2.6.31-rc1~330^2~516 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd4d8ca6446538a904127838cb6c9a4cffe690f7;p=pandora-kernel.git 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 Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed