From: Bruce Allan Date: Thu, 7 Jan 2010 16:30:56 +0000 (+0000) Subject: e1000e: call pci_save_state() after pci_restore_state() X-Git-Tag: v2.6.33-rc4~10^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28b8f04a5256ca5ec0781b06ee9353c37c650980;p=pandora-kernel.git e1000e: call pci_save_state() after pci_restore_state() Due to a change in pci_restore_state()[1] which clears the saved_state flag, the driver should call pci_save_state() to set the flag once again to avoid issues with EEH (same fix that recently was submitted for ixgbe). [1] commmit 4b77b0a2ba27d64f58f16d8d4d48d8319dda36ff Signed-off-by: Bruce Allan Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed