Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224525
b: refs/heads/master
c: c661c4a
h: refs/heads/master
i:
  224523: a2a47e5
v: v3
  • Loading branch information
Breno Leitao authored and David S. Miller committed Nov 28, 2010
1 parent 239357b commit a7fd65a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 82a39eb6b3829a02e235656feddb4542517fcabc
refs/heads/master: c661c4a2b0d64c33afc9018a406162b1f8ac5617
3 changes: 1 addition & 2 deletions trunk/drivers/net/cxgb3/cxgb3_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3006,12 +3006,11 @@ static pci_ers_result_t t3_io_error_detected(struct pci_dev *pdev,
pci_channel_state_t state)
{
struct adapter *adapter = pci_get_drvdata(pdev);
int ret;

if (state == pci_channel_io_perm_failure)
return PCI_ERS_RESULT_DISCONNECT;

ret = t3_adapter_error(adapter, 0, 0);
t3_adapter_error(adapter, 0, 0);

/* Request a slot reset. */
return PCI_ERS_RESULT_NEED_RESET;
Expand Down

0 comments on commit a7fd65a

Please sign in to comment.