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

Commit f7ce0a1c 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: Pass the proper bus when MSM IOMMU driver used"

parents a69c694d 1f5f6e7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -502,7 +502,7 @@ int msm_register_domain(struct msm_iova_layout *layout)

	bus = layout->is_secure == MSM_IOMMU_DOMAIN_SECURE ?
					&msm_iommu_sec_bus_type :
					&platform_bus_type;
					msm_iommu_non_sec_bus_type;

	data->pools = pools;
	data->npools = layout->npartitions;