projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6d0d9d
)
[SCSI] qla2xxx: Display proper firmware version when new minidump template is gathere...
author
Giridhar Malavali
<
[email protected]
>
Tue, 15 May 2012 18:34:26 +0000
(14:34 -0400)
committer
James Bottomley
<
[email protected]
>
Tue, 22 May 2012 10:45:15 +0000
(11:45 +0100)
Signed-off-by: Giridhar Malavali <
[email protected]
>
Signed-off-by: Chad Dupuis <
[email protected]
>
Signed-off-by: James Bottomley <
[email protected]
>
drivers/scsi/qla2xxx/qla_nx.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/qla2xxx/qla_nx.c
b/drivers/scsi/qla2xxx/qla_nx.c
index e957487636454eb6eb51377be8c8bc8877af73bd..caf627ba7fa8b3e11a493355bf7a08f120770bcd 100644
(file)
--- 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)
"Firmware version differs "
"Previous version: %d:%d:%d - "
"New version: %d:%d:%d\n",
+ fw_major_version, fw_minor_version,
+ fw_subminor_version,
ha->fw_major_version,
ha->fw_minor_version,
- ha->fw_subminor_version,
- fw_major_version, fw_minor_version,
- fw_subminor_version);
+ ha->fw_subminor_version);
/* Release MiniDump resources */
qla82xx_md_free(vha);
/* ALlocate MiniDump resources */