Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159293
b: refs/heads/master
c: 005fb4f
h: refs/heads/master
i:
  159291: 73f7a5e
v: v3
  • Loading branch information
Dean Nelson authored and David S. Miller committed Aug 2, 2009
1 parent 94b404f commit 3b0cf39
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: d9509ac1295ce2ec121333d29b8a85a9e564f817
refs/heads/master: 005fb4f0330afb2916ddc3f3c4c70e4555d64758
3 changes: 3 additions & 0 deletions trunk/drivers/net/atl1c/atl1c_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2678,6 +2678,9 @@ static pci_ers_result_t atl1c_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))
atl1c_down(adapter);

Expand Down

0 comments on commit 3b0cf39

Please sign in to comment.