scsi: megaraid_sas: increase timeout for IOC INIT to 180seconds
IOC INIT frame needs to be fired with a timeout of 180 seconds. Signed-off-by: Shivasharan S <shivasharan.srikanteshwara@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Родитель
b52fd077bd
Коммит
1b60d4e588
|
@ -1113,7 +1113,7 @@ megasas_ioc_init_fusion(struct megasas_instance *instance)
|
|||
|
||||
megasas_fire_cmd_fusion(instance, &req_desc);
|
||||
|
||||
wait_and_poll(instance, cmd, MFI_POLL_TIMEOUT_SECS);
|
||||
wait_and_poll(instance, cmd, MFI_IO_TIMEOUT_SECS);
|
||||
|
||||
frame_hdr = &cmd->frame->hdr;
|
||||
if (frame_hdr->cmd_status != 0) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче