summaryrefslogtreecommitdiff
path: root/drivers/scsi
diff options
context:
space:
mode:
authorAndrew Vasquez <andrew.vasquez@qlogic.com>2005-07-08 17:58:43 -0700
committerJames Bottomley <jejb@mulgrave.(none)>2005-07-14 11:15:10 -0400
commitf0883ac6a74b403f0f2e91166ba06227cc4690e6 (patch)
treecac7bf4c6ee6eb3c8c3797f34c45498d22a8f00f /drivers/scsi
parent84e29308ede3edb4f03911246c33d697ff18722e (diff)
downloadlinux-3.10-f0883ac6a74b403f0f2e91166ba06227cc4690e6.tar.gz
linux-3.10-f0883ac6a74b403f0f2e91166ba06227cc4690e6.tar.bz2
linux-3.10-f0883ac6a74b403f0f2e91166ba06227cc4690e6.zip
[SCSI] qla2xxx: Add firmware version number to qla24xx_fw_version_str().
Add firmware version number to qla24xx_fw_version_str(). Original code was accidently trimmed during port. Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/qla2xxx/qla_os.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c
index cf104abfd04..d726f48728e 100644
--- a/drivers/scsi/qla2xxx/qla_os.c
+++ b/drivers/scsi/qla2xxx/qla_os.c
@@ -317,6 +317,10 @@ qla2x00_fw_version_str(struct scsi_qla_host *ha, char *str)
char *
qla24xx_fw_version_str(struct scsi_qla_host *ha, char *str)
{
+ sprintf(str, "%d.%02d.%02d ", ha->fw_major_version,
+ ha->fw_minor_version,
+ ha->fw_subminor_version);
+
if (ha->fw_attributes & BIT_0)
strcat(str, "[Class 2] ");
if (ha->fw_attributes & BIT_1)
@@ -326,7 +330,6 @@ qla24xx_fw_version_str(struct scsi_qla_host *ha, char *str)
if (ha->fw_attributes & BIT_13)
strcat(str, "[Experimental]");
return str;
-
}
static inline srb_t *