Loading drivers/usb/dwc3/dwc3-msm.c +0 −7 Original line number Diff line number Diff line Loading @@ -2969,13 +2969,6 @@ static int dwc3_msm_init_iommu(struct dwc3_msm *mdwc) return ret; } dev_dbg(mdwc->dev, "IOMMU mapping created: %pK\n", mdwc->iommu_map); ret = iommu_domain_set_attr(mdwc->iommu_map->domain, DOMAIN_ATTR_UPSTREAM_IOVA_ALLOCATOR, &atomic_ctx); if (ret) { dev_err(mdwc->dev, "set UPSTREAM_IOVA_ALLOCATOR failed(%d)\n", ret); goto release_mapping; } ret = iommu_domain_set_attr(mdwc->iommu_map->domain, DOMAIN_ATTR_ATOMIC, &atomic_ctx); Loading Loading
drivers/usb/dwc3/dwc3-msm.c +0 −7 Original line number Diff line number Diff line Loading @@ -2969,13 +2969,6 @@ static int dwc3_msm_init_iommu(struct dwc3_msm *mdwc) return ret; } dev_dbg(mdwc->dev, "IOMMU mapping created: %pK\n", mdwc->iommu_map); ret = iommu_domain_set_attr(mdwc->iommu_map->domain, DOMAIN_ATTR_UPSTREAM_IOVA_ALLOCATOR, &atomic_ctx); if (ret) { dev_err(mdwc->dev, "set UPSTREAM_IOVA_ALLOCATOR failed(%d)\n", ret); goto release_mapping; } ret = iommu_domain_set_attr(mdwc->iommu_map->domain, DOMAIN_ATTR_ATOMIC, &atomic_ctx); Loading