aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bnx2.c')
-rw-r--r--drivers/net/bnx2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c
index f47bf50602d9..4cae2a86e741 100644
--- a/drivers/net/bnx2.c
+++ b/drivers/net/bnx2.c
@@ -8316,6 +8316,7 @@ static pci_ers_result_t bnx2_io_slot_reset(struct pci_dev *pdev)
8316 } 8316 }
8317 pci_set_master(pdev); 8317 pci_set_master(pdev);
8318 pci_restore_state(pdev); 8318 pci_restore_state(pdev);
8319 pci_save_state(pdev);
8319 8320
8320 if (netif_running(dev)) { 8321 if (netif_running(dev)) {
8321 bnx2_set_power_state(bp, PCI_D0); 8322 bnx2_set_power_state(bp, PCI_D0);