From: Nick Nunley Date: Wed, 3 Feb 2010 14:49:48 +0000 (+0000) Subject: e1000: call pci_save_state after pci_restore_state X-Git-Tag: v2.6.34-rc1~233^2~441 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbb5aaebc44ce7f64b12904c58fbc1dd487982a7;p=pandora-kernel.git e1000: call pci_save_state after pci_restore_state This patch adds a call to pci_save_state() immediately after the call to pci_restore_state(). Due to a change in the behavior of pci_restore_state() it is necessary to call pci_save_state() to keep the state_saved flag. This patch is based on a similar patch for ixgbe. Signed-off-by: Nicholas Nunley Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed