scsi: megaraid_sas: Do not log an error if FW successfully initializes.
[ Upstream commitfb1633d56b
] Fixes:2d2c233167
("scsi: megaraid_sas: modified few prints in OCR and IOC INIT path") Signed-off-by: Vinson Lee <vlee@freedesktop.org> Acked-by: Shivasharan S <shivasharan.srikanteshwara@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Sasha Levin <alexander.levin@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
af2cc1d2e7
Коммит
4fb7926bba
|
@ -903,7 +903,7 @@ megasas_ioc_init_fusion(struct megasas_instance *instance)
|
|||
goto fail_fw_init;
|
||||
}
|
||||
|
||||
ret = 0;
|
||||
return 0;
|
||||
|
||||
fail_fw_init:
|
||||
megasas_return_cmd(instance, cmd);
|
||||
|
@ -913,8 +913,8 @@ fail_fw_init:
|
|||
IOCInitMessage, ioc_init_handle);
|
||||
fail_get_cmd:
|
||||
dev_err(&instance->pdev->dev,
|
||||
"Init cmd return status %s for SCSI host %d\n",
|
||||
ret ? "FAILED" : "SUCCESS", instance->host->host_no);
|
||||
"Init cmd return status FAILED for SCSI host %d\n",
|
||||
instance->host->host_no);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче