Commit 3ab81b5f authored by Somnath Kotur's avatar Somnath Kotur Committed by David S. Miller

be2net: Add 60 second delay to allow FAT dump completion on recovery from EEH

Add 60s delay before timeout on polling Bit 31 so that FAT dump can
complete when reset occurs.
Signed-off-by: default avatarSomnath Kotur <somnath.kotur@emulex.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 09994d1b
...@@ -398,7 +398,7 @@ int be_cmd_POST(struct be_adapter *adapter) ...@@ -398,7 +398,7 @@ int be_cmd_POST(struct be_adapter *adapter)
} else { } else {
return 0; return 0;
} }
} while (timeout < 40); } while (timeout < 60);
dev_err(dev, "POST timeout; stage=0x%x\n", stage); dev_err(dev, "POST timeout; stage=0x%x\n", stage);
return -1; return -1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment