Skip to content

Commit 5508978

Browse files
robclarkwilldeacon
authored andcommitted
iommu/arm-smmu-qcom-debug: Do not print for handled faults
Handled faults can be "normal", don't spam dmesg about them. Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Pranjal Shrivastava <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent d016602 commit 5508978

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/iommu/arm/arm-smmu/arm-smmu-qcom-debug.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -419,10 +419,6 @@ irqreturn_t qcom_smmu_context_fault(int irq, void *dev)
419419
tmp = report_iommu_fault(&smmu_domain->domain, NULL, iova,
420420
fsynr & ARM_SMMU_CB_FSYNR0_WNR ? IOMMU_FAULT_WRITE : IOMMU_FAULT_READ);
421421
if (!tmp || tmp == -EBUSY) {
422-
dev_dbg(smmu->dev,
423-
"Context fault handled by client: iova=0x%08lx, fsr=0x%x, fsynr=0x%x, cb=%d\n",
424-
iova, fsr, fsynr, idx);
425-
dev_dbg(smmu->dev, "soft iova-to-phys=%pa\n", &phys_soft);
426422
ret = IRQ_HANDLED;
427423
resume = ARM_SMMU_RESUME_TERMINATE;
428424
} else {

0 commit comments

Comments
 (0)