Skip to content

Commit 2da9a1e

Browse files
committed
scsi: qla2xxx: Suppress a kernel complaint in
qla_init_base_qpair() (bsc#1043726,FATE#324770). suse-commit: 04829af2c91bb8c8d00c9b33386e867725698b79
1 parent 92e8424 commit 2da9a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/qla2xxx/qla_os.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ static void qla_init_base_qpair(struct scsi_qla_host *vha, struct req_que *req,
396396
INIT_LIST_HEAD(&ha->base_qpair->nvme_done_list);
397397
ha->base_qpair->enable_class_2 = ql2xenableclass2;
398398
/* init qpair to this cpu. Will adjust at run time. */
399-
qla_cpu_update(rsp->qpair, smp_processor_id());
399+
qla_cpu_update(rsp->qpair, raw_smp_processor_id());
400400
ha->base_qpair->pdev = ha->pdev;
401401

402402
if (IS_QLA27XX(ha) || IS_QLA83XX(ha))

0 commit comments

Comments
 (0)