We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b6184 commit 75edf81Copy full SHA for 75edf81
drivers/scsi/qla2xxx/qla_init.c
@@ -3931,6 +3931,8 @@ qla2x00_try_to_stop_firmware(scsi_qla_host_t *ha)
3931
3932
if (!IS_QLA24XX(ha) && !IS_QLA54XX(ha))
3933
return;
3934
+ if (!ha->fw_major_version)
3935
+ return;
3936
3937
ret = qla2x00_stop_firmware(ha);
3938
for (retries = 5; ret != QLA_SUCCESS && retries ; retries--) {
0 commit comments