Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159296
b: refs/heads/master
c: 07ce50e
h: refs/heads/master
v: v3
  • Loading branch information
Dean Nelson authored and David S. Miller committed Aug 2, 2009
1 parent 3a34d69 commit 801db63
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 2ec3de26d2dc666159b79a8b9394fa00b6f414ae
refs/heads/master: 07ce50e434b62c4de05207109ecd3d615b3cce42
5 changes: 5 additions & 0 deletions trunk/drivers/net/bnx2x_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -11690,6 +11690,11 @@ static pci_ers_result_t bnx2x_io_error_detected(struct pci_dev *pdev,

netif_device_detach(dev);

if (state == pci_channel_io_perm_failure) {
rtnl_unlock();
return PCI_ERS_RESULT_DISCONNECT;
}

if (netif_running(dev))
bnx2x_eeh_nic_unload(bp);

Expand Down

0 comments on commit 801db63

Please sign in to comment.