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

Commit aff7b89f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "iommu: skip iommu_tlb_sync in iommu_unmap()"

parents 2251e53c 4ca0be7a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2030,7 +2030,6 @@ size_t iommu_unmap(struct iommu_domain *domain,

	iommu_iotlb_gather_init(&iotlb_gather);
	ret = __iommu_unmap(domain, iova, size, &iotlb_gather);
	iommu_tlb_sync(domain, &iotlb_gather);

	return ret;
}