aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb/ixgb_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ixgb/ixgb_main.c')
-rw-r--r--drivers/net/ixgb/ixgb_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgb/ixgb_main.c b/drivers/net/ixgb/ixgb_main.c
index a083a9189230..f2742179f120 100644
--- a/drivers/net/ixgb/ixgb_main.c
+++ b/drivers/net/ixgb/ixgb_main.c
@@ -1609,7 +1609,7 @@ ixgb_update_stats(struct ixgb_adapter *adapter)
1609 struct pci_dev *pdev = adapter->pdev; 1609 struct pci_dev *pdev = adapter->pdev;
1610 1610
1611 /* Prevent stats update while adapter is being reset */ 1611 /* Prevent stats update while adapter is being reset */
1612 if (pdev->error_state && pdev->error_state != pci_channel_io_normal) 1612 if (pci_channel_offline(pdev))
1613 return; 1613 return;
1614 1614
1615 if((netdev->flags & IFF_PROMISC) || (netdev->flags & IFF_ALLMULTI) || 1615 if((netdev->flags & IFF_PROMISC) || (netdev->flags & IFF_ALLMULTI) ||