scsi: qla2xxx: Suppress a kernel complaint in qla_create_qpair()
[sfrench/cifs-2.6.git] / drivers / scsi / qla2xxx / qla_init.c
index 24322eb0157150d2cc724da4bbc9710a703e50ad..71e31e4bfa614da1e169c95835bafdea956ecb69 100644 (file)
@@ -9407,7 +9407,7 @@ struct qla_qpair *qla2xxx_create_qpair(struct scsi_qla_host *vha, int qos,
                qpair->rsp->req = qpair->req;
                qpair->rsp->qpair = qpair;
                /* init qpair to this cpu. Will adjust at run time. */
-               qla_cpu_update(qpair, smp_processor_id());
+               qla_cpu_update(qpair, raw_smp_processor_id());
 
                if (IS_T10_PI_CAPABLE(ha) && ql2xenabledif) {
                        if (ha->fw_attributes & BIT_4)