Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a5f2f79 authored by Isaac J. Manjarres's avatar Isaac J. Manjarres
Browse files

iommu/arm-smmu: Reduce log spam from ECATS translation timeouts



Avoid flooding the console logs when ECATS translations timeout.

Change-Id: I6f6b0e277a53fd918c47576c1f680230f1611a24
Signed-off-by: default avatarIsaac J. Manjarres <isaacm@codeaurora.org>
parent c72b15c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5235,7 +5235,7 @@ static phys_addr_t qsmmuv500_iova_to_phys(
		if (val & FSR_FAULT)
			break;
		if (ktime_compare(ktime_get(), timeout) > 0) {
			dev_err(tbu->dev, "ECATS translation timed out!\n");
			dev_err_ratelimited(tbu->dev, "ECATS translation timed out!\n");
			ret = -ETIMEDOUT;
			break;
		}