diff options
author | Giridhar Malavali <giridhar.malavali@qlogic.com> | 2009-03-24 12:07:56 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-04-03 10:22:44 -0400 |
commit | a5326f86ebbb153f62b0027a0f367a41f7edc1f6 (patch) | |
tree | db5b818c2301c1c16ee45dbad92dc109cfdaf0d4 /drivers/scsi/qla2xxx/qla_mid.c | |
parent | 08029990b25b76b1bc167336358bd21812567f2a (diff) |
[SCSI] qla2xxx: Consolidate queuecommand implementations.
Post refactoring/multi-queue additions essentially eliminated the
need for separate ISP24XX+ queuecommand as isp_ops contains a
function pointer to the associated 'start_scsi()' operation.
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_mid.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_mid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_mid.c b/drivers/scsi/qla2xxx/qla_mid.c index e2bd36e7e885..51716c7e3008 100644 --- a/drivers/scsi/qla2xxx/qla_mid.c +++ b/drivers/scsi/qla2xxx/qla_mid.c | |||
@@ -359,7 +359,7 @@ qla24xx_create_vhost(struct fc_vport *fc_vport) | |||
359 | scsi_qla_host_t *base_vha = shost_priv(fc_vport->shost); | 359 | scsi_qla_host_t *base_vha = shost_priv(fc_vport->shost); |
360 | struct qla_hw_data *ha = base_vha->hw; | 360 | struct qla_hw_data *ha = base_vha->hw; |
361 | scsi_qla_host_t *vha; | 361 | scsi_qla_host_t *vha; |
362 | struct scsi_host_template *sht = &qla24xx_driver_template; | 362 | struct scsi_host_template *sht = &qla2xxx_driver_template; |
363 | struct Scsi_Host *host; | 363 | struct Scsi_Host *host; |
364 | 364 | ||
365 | vha = qla2x00_create_host(sht, ha); | 365 | vha = qla2x00_create_host(sht, ha); |