Loading drivers/char/adsprpc.c +3 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
drivers/char/adsprpc.c +3 −2 Original line number Diff line number Diff line Loading @@ -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; Loading