Unverified Commit 575cbea3 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!15433 scsi: qla2xxx: Suppress a kernel complaint in qla_create_qpair()

parents 9c8d7045 954d7ea2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8661,7 +8661,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)