diff options
author | Giridhar Malavali <giridhar.malavali@qlogic.com> | 2012-05-15 14:34:26 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-05-22 06:45:15 -0400 |
commit | 9bc3bf274676c9b7345bdd539245f7903a20995e (patch) | |
tree | 1391c4aac5d034f22a088992da36cb68530618be /drivers/scsi | |
parent | b6d0d9d588db931f711a27df889080a18fba5166 (diff) |
[SCSI] qla2xxx: Display proper firmware version when new minidump template is gathered 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>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_nx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/qla2xxx/qla_nx.c b/drivers/scsi/qla2xxx/qla_nx.c index e95748763645..caf627ba7fa8 100644 --- a/drivers/scsi/qla2xxx/qla_nx.c +++ b/drivers/scsi/qla2xxx/qla_nx.c | |||
@@ -3159,11 +3159,11 @@ qla82xx_check_md_needed(scsi_qla_host_t *vha) | |||
3159 | "Firmware version differs " | 3159 | "Firmware version differs " |
3160 | "Previous version: %d:%d:%d - " | 3160 | "Previous version: %d:%d:%d - " |
3161 | "New version: %d:%d:%d\n", | 3161 | "New version: %d:%d:%d\n", |
3162 | fw_major_version, fw_minor_version, | ||
3163 | fw_subminor_version, | ||
3162 | ha->fw_major_version, | 3164 | ha->fw_major_version, |
3163 | ha->fw_minor_version, | 3165 | ha->fw_minor_version, |
3164 | ha->fw_subminor_version, | 3166 | ha->fw_subminor_version); |
3165 | fw_major_version, fw_minor_version, | ||
3166 | fw_subminor_version); | ||
3167 | /* Release MiniDump resources */ | 3167 | /* Release MiniDump resources */ |
3168 | qla82xx_md_free(vha); | 3168 | qla82xx_md_free(vha); |
3169 | /* ALlocate MiniDump resources */ | 3169 | /* ALlocate MiniDump resources */ |