diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2009-10-13 15:16:49 -0700 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-12-04 12:00:12 -0600 |
commit | f3a0a77e8df2f5c78648ce5971176e610dbc35c0 (patch) | |
tree | 67730f2620f35eef999ad8d5cb6d83dc497a536a /drivers/scsi/qla2xxx/qla_init.c | |
parent | b5d0329f424df20c67d0d9ee979fbd2b8b5ed74d (diff) | |
download | kernel_samsung_espresso10-f3a0a77e8df2f5c78648ce5971176e610dbc35c0.zip kernel_samsung_espresso10-f3a0a77e8df2f5c78648ce5971176e610dbc35c0.tar.gz kernel_samsung_espresso10-f3a0a77e8df2f5c78648ce5971176e610dbc35c0.tar.bz2 |
[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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c index c2494ca..c8b24b6 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) } qla2x00_get_resource_cnts(vha, NULL, &ha->fw_xcb_count, NULL, NULL, - &ha->max_npiv_vports); + &ha->max_npiv_vports, NULL); if (!fw_major_version && ql2xallocfwdump) qla2x00_alloc_fw_dump(vha); |