From: Nick Nunley Date: Wed, 17 Feb 2010 01:02:19 +0000 (+0000) Subject: igb: call pci_save_state after pci_restore_state X-Git-Tag: v2.6.34-rc1~233^2~229 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b94f2d775a71ed09dc8ca2bf24c611bdce9e82e7;p=pandora-kernel.git igb: call pci_save_state after pci_restore_state This patch adds calls to pci_save_state() immediately after calls 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