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

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

Merge "ADSPRPC: Use proper bus for domain allocation."

parents c6d9a498 ccdcbc3c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1898,7 +1898,8 @@ static int fastrpc_cb_legacy_probe(struct device *dev)
	first_sess = &chan->session[chan->sesscount];
	first_sess->smmu.dev = msm_iommu_get_ctx(name);
	VERIFY(err, !IS_ERR_OR_NULL(first_sess->smmu.mapping =
			arm_iommu_create_mapping(&platform_bus_type,
			arm_iommu_create_mapping(
				msm_iommu_get_bus(first_sess->smmu.dev),
				range[0], range[1])));
	if (err)
		goto bail;