Skip to content

Commit 1b60d4e

Browse files
shivasharan-smartinkpetersen
authored andcommitted
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>
1 parent b52fd07 commit 1b60d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/megaraid/megaraid_sas_fusion.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ megasas_ioc_init_fusion(struct megasas_instance *instance)
11131113

11141114
megasas_fire_cmd_fusion(instance, &req_desc);
11151115

1116-
wait_and_poll(instance, cmd, MFI_POLL_TIMEOUT_SECS);
1116+
wait_and_poll(instance, cmd, MFI_IO_TIMEOUT_SECS);
11171117

11181118
frame_hdr = &cmd->frame->hdr;
11191119
if (frame_hdr->cmd_status != 0) {

0 commit comments

Comments
 (0)