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

Commit db2c2903 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa3: Change smmu mapping logs to low priority"

parents ec0f991d e0c7a212
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -542,7 +542,7 @@ static dma_addr_t ipa_mpm_smmu_map(void *va_addr,

	/* check cache coherent */
	if (ipa_mpm_ctx->dev_info.is_cache_coherent)  {
		IPA_MPM_DBG(" enable cache coherent\n");
		IPA_MPM_DBG_LOW(" enable cache coherent\n");
		prot |= IOMMU_CACHE;
	}