aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_mbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_mbx.c')
-rw-r--r--drivers/scsi/qla2xxx/qla_mbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_mbx.c b/drivers/scsi/qla2xxx/qla_mbx.c
index 366522e8a766..258c39d8f448 100644
--- a/drivers/scsi/qla2xxx/qla_mbx.c
+++ b/drivers/scsi/qla2xxx/qla_mbx.c
@@ -2232,7 +2232,7 @@ qla24xx_abort_command(srb_t *sp)
2232 fc_port_t *fcport = sp->fcport; 2232 fc_port_t *fcport = sp->fcport;
2233 struct scsi_qla_host *vha = fcport->vha; 2233 struct scsi_qla_host *vha = fcport->vha;
2234 struct qla_hw_data *ha = vha->hw; 2234 struct qla_hw_data *ha = vha->hw;
2235 struct req_que *req = sp->que; 2235 struct req_que *req = vha->req;
2236 2236
2237 DEBUG11(printk("%s(%ld): entered.\n", __func__, vha->host_no)); 2237 DEBUG11(printk("%s(%ld): entered.\n", __func__, vha->host_no));
2238 2238