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

Commit 26c029d5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "iommu/arm-smmu: Ratelimit dynamic ASID allocation error"

parents 954d5907 ee76770e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2013,8 +2013,8 @@ static int arm_smmu_attach_dynamic(struct iommu_domain *domain,
				smmu->num_context_banks + 2,
				MAX_ASID + 1, GFP_KERNEL);
	if (ret < 0) {
		dev_err(smmu->dev, "dynamic ASID allocation failed: %d\n",
			ret);
		dev_err_ratelimited(smmu->dev,
			"dynamic ASID allocation failed: %d\n", ret);
		goto out;
	}