Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159294
b: refs/heads/master
c: 0d6ab58
h: refs/heads/master
v: v3
  • Loading branch information
Dean Nelson authored and David S. Miller committed Aug 2, 2009
1 parent 3b0cf39 commit 7fe75a3
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: 005fb4f0330afb2916ddc3f3c4c70e4555d64758
refs/heads/master: 0d6ab58da0465c42f34d9d4e7d91510278183c80
3 changes: 3 additions & 0 deletions trunk/drivers/net/atl1e/atl1e_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2497,6 +2497,9 @@ atl1e_io_error_detected(struct pci_dev *pdev, pci_channel_state_t state)

netif_device_detach(netdev);

if (state == pci_channel_io_perm_failure)
return PCI_ERS_RESULT_DISCONNECT;

if (netif_running(netdev))
atl1e_down(adapter);

Expand Down

0 comments on commit 7fe75a3

Please sign in to comment.