Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150112
b: refs/heads/master
c: 3044b8d
h: refs/heads/master
v: v3
  • Loading branch information
Breno Leitao authored and David S. Miller committed May 6, 2009
1 parent c20a904 commit 3788558
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2012bdc8a5553fc864e78f582c8ce79e762dec42
refs/heads/master: 3044b8d1ff8c05237652a692fb572a34e4d70146
3 changes: 3 additions & 0 deletions trunk/drivers/net/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5145,6 +5145,9 @@ static pci_ers_result_t ixgbe_io_error_detected(struct pci_dev *pdev,

netif_device_detach(netdev);

if (state == pci_channel_io_perm_failure)
return PCI_ERS_RESULT_DISCONNECT;

if (netif_running(netdev))
ixgbe_down(adapter);
pci_disable_device(pdev);
Expand Down

0 comments on commit 3788558

Please sign in to comment.