[SCSI] qla2xxx: Update FCP priority information to firmware before sending IOs
[deliverable/linux.git] / drivers / scsi / qla2xxx / qla_mbx.c
index effd8a1403d9dceddaf4260d8c4822bafdf5ddd4..04d6cfc2e919f0c01218f28aa91dc8137edb0675 100644 (file)
@@ -4125,7 +4125,7 @@ qla24xx_set_fcp_prio(scsi_qla_host_t *vha, uint16_t loop_id, uint16_t priority,
                return QLA_FUNCTION_FAILED;
 
        DEBUG11(printk(KERN_INFO
-           "%s(%ld): entered.\n", __func__, ha->host_no));
+           "%s(%ld): entered.\n", __func__, vha->host_no));
 
        mcp->mb[0] = MBC_PORT_PARAMS;
        mcp->mb[1] = loop_id;
This page took 0.027988 seconds and 5 git commands to generate.