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

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

Merge "iommu: msm: Correct bus type being passed to iommu_present"

parents 8de863c9 6cd5441e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ void msm_iommu_set_client_name(struct iommu_domain *domain, char const *name)

int msm_use_iommu(void)
{
	return iommu_present(&platform_bus_type);
	return iommu_present(msm_iommu_non_sec_bus_type);
}

bool msm_iommu_page_size_is_supported(unsigned long page_size)