[PATCH OLK-5.10] arm-smmu-v3: adjust ecmdq log level

From: Tirui Yin <yintirui@huawei.com> Offering: HULK hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IBW5SK -------------------------------- If SMMU is detected to support ECMDQ, a large number of logs will be printed during initialization. Adjust log level of ECMDQ messages from info to debug. Fixes: d25f6ead162e ("iommu/arm-smmu-v3: Increase maximum size of queues") Signed-off-by: Tirui Yin <yintirui@huawei.com> --- drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c b/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c index 6389a1694188..524b7c2cf413 100644 --- a/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c +++ b/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c @@ -4495,7 +4495,7 @@ static int arm_smmu_init_one_queue(struct arm_smmu_device *smmu, } if (!WARN_ON(q->base_dma & (qsz - 1))) { - dev_info(smmu->dev, "allocated %u entries for %s\n", + dev_dbg(smmu->dev, "allocated %u entries for %s\n", 1 << q->llq.max_n_shift, name); } -- 2.43.0

反馈: 您发送到kernel@openeuler.org的补丁/补丁集,已成功转换为PR! PR链接地址: https://gitee.com/openeuler/kernel/pulls/17339 邮件列表地址:https://mailweb.openeuler.org/archives/list/kernel@openeuler.org/message/GXP... FeedBack: The patch(es) which you have sent to kernel@openeuler.org mailing list has been converted to a pull request successfully! Pull request link: https://gitee.com/openeuler/kernel/pulls/17339 Mailing list address: https://mailweb.openeuler.org/archives/list/kernel@openeuler.org/message/GXP...
participants (2)
-
patchwork bot
-
Yin Tirui