From: Alexander Duyck Date: Wed, 17 Nov 2010 03:26:52 +0000 (-0800) Subject: ixgbe: move ixgbe_clear_interrupt_scheme to before pci_save_state X-Git-Tag: v2.6.38-rc1~476^2~547^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f5ae6fc86083526088e2c2ca4454e0f44f1e0cb;p=pandora-kernel.git ixgbe: move ixgbe_clear_interrupt_scheme to before pci_save_state The main reason for this change is to keep the suspend/resume logic matched up. The clear_interrupt_scheme function will disable MSI-X which will effect the PCIe configuration space. Therefore we will want to do it before we save state to avoid having the interrupt state restored by pci_restore_state, and then trying to re-enable MSI/MSI-X interrupts via ixgbe_setup_interrupt_scheme. Signed-off-by: Alexander Duyck Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed