aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_init.c
diff options
context:
space:
mode:
authorAndrew Vasquez <andrew.vasquez@qlogic.com>2009-10-13 18:16:49 -0400
committerJames Bottomley <James.Bottomley@suse.de>2009-12-04 13:00:12 -0500
commitf3a0a77e8df2f5c78648ce5971176e610dbc35c0 (patch)
tree67730f2620f35eef999ad8d5cb6d83dc497a536a /drivers/scsi/qla2xxx/qla_init.c
parentb5d0329f424df20c67d0d9ee979fbd2b8b5ed74d (diff)
[SCSI] qla2xxx: Retrieve firmware's maximum number of supported FCFs.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_init.c')
-rw-r--r--drivers/scsi/qla2xxx/qla_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c
index c2494ca6ba1..c8b24b65e52 100644
--- a/drivers/scsi/qla2xxx/qla_init.c
+++ b/drivers/scsi/qla2xxx/qla_init.c
@@ -1203,7 +1203,7 @@ qla2x00_setup_chip(scsi_qla_host_t *vha)
1203 } 1203 }
1204 qla2x00_get_resource_cnts(vha, NULL, 1204 qla2x00_get_resource_cnts(vha, NULL,
1205 &ha->fw_xcb_count, NULL, NULL, 1205 &ha->fw_xcb_count, NULL, NULL,
1206 &ha->max_npiv_vports); 1206 &ha->max_npiv_vports, NULL);
1207 1207
1208 if (!fw_major_version && ql2xallocfwdump) 1208 if (!fw_major_version && ql2xallocfwdump)
1209 qla2x00_alloc_fw_dump(vha); 1209 qla2x00_alloc_fw_dump(vha);