Skip to content

Commit

Permalink
be2net: Add 60 second delay to allow FAT dump completion on recovery …
Browse files Browse the repository at this point in the history
…from EEH

Add 60s delay before timeout on polling Bit 31 so that FAT dump can
complete when reset occurs.

Signed-off-by: Somnath Kotur <somnath.kotur@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Somnath Kotur authored and David S. Miller committed Oct 3, 2011
1 parent 09994d1 commit 3ab81b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/emulex/benet/be_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ int be_cmd_POST(struct be_adapter *adapter)
} else {
return 0;
}
} while (timeout < 40);
} while (timeout < 60);

dev_err(dev, "POST timeout; stage=0x%x\n", stage);
return -1;
Expand Down

0 comments on commit 3ab81b5

Please sign in to comment.