mirror of https://gitee.com/openkylin/linux.git
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: Somnath Kotur <somnath.kotur@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
09994d1b09
commit
3ab81b5f42
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue