From: Breno Leitao Date: Tue, 10 Nov 2009 08:37:47 +0000 (+0000) Subject: ixgbe: Fixing EEH handler to handle more than one error X-Git-Tag: v2.6.32-rc8~10^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0e1f68bce454d244e2eea6b0ab7b3a217c673d2;p=pandora-kernel.git ixgbe: Fixing EEH handler to handle more than one error After commmit 4b77b0a2ba27d64f58f16d8d4d48d8319dda36ff EEH breaks after the second error, since it calls pci_restore_state() but it returns 0, since pci->state_saved is false. So, this patch just call pci_save_state() after pci_restore_state(). Signed-off-by: Breno Leitao Acked-by: Peter P Waskiewicz Jr Signed-off-by: David S. Miller --- Reading git-diff-tree failed