mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
[SCSI] qla2xxx: Corrected the display of firmware dump availability for ISP82xx.
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com> Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
6e96fa7b8b
commit
2e26426917
@ -3655,10 +3655,10 @@ qla82xx_check_md_needed(scsi_qla_host_t *vha)
|
||||
qla82xx_md_free(vha);
|
||||
/* ALlocate MiniDump resources */
|
||||
qla82xx_md_prep(vha);
|
||||
} else
|
||||
ql_log(ql_log_info, vha, 0xb02e,
|
||||
"Firmware dump available to retrieve\n");
|
||||
}
|
||||
}
|
||||
} else
|
||||
ql_log(ql_log_info, vha, 0xb02e,
|
||||
"Firmware dump available to retrieve\n");
|
||||
}
|
||||
return rval;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user