Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340420
b: refs/heads/master
c: c8a5416
h: refs/heads/master
v: v3
  • Loading branch information
Padmanabh Ratnakar authored and David S. Miller committed Oct 22, 2012
1 parent d2d04dc commit 4a1931e
Show file tree
Hide file tree
Showing 2 changed files with 7 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: aa790db9a7a3a9591f4d5ba0dead00e99dcd9412
refs/heads/master: c8a541630d54ec1c6c52b86f558e3a59d017cb1a
8 changes: 6 additions & 2 deletions trunk/drivers/net/ethernet/emulex/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4201,9 +4201,13 @@ static pci_ers_result_t be_eeh_err_detected(struct pci_dev *pdev,

/* The error could cause the FW to trigger a flash debug dump.
* Resetting the card while flash dump is in progress
* can cause it not to recover; wait for it to finish
* can cause it not to recover; wait for it to finish.
* Wait only for first function as it is needed only once per
* adapter.
*/
ssleep(30);
if (pdev->devfn == 0)
ssleep(30);

return PCI_ERS_RESULT_NEED_RESET;
}

Expand Down

0 comments on commit 4a1931e

Please sign in to comment.