Re: [PATCH] iommu/dma: Prune redundant pgprot arguments

From: Joerg Roedel
Date: Thu Jun 13 2024 - 05:18:34 EST


On Tue, Jun 04, 2024 at 01:39:09PM +0100, Robin Murphy wrote:
> Somewhere amongst previous refactorings, the pgprot value in
> __iommu_dma_alloc_noncontiguous() became entirely unused, and the one
> used in iommu_dma_alloc_remap() can be computed locally rather than by
> its one remaining caller. Clean 'em up.
>
> Signed-off-by: Robin Murphy <robin.murphy@xxxxxxx>
> ---
> drivers/iommu/dma-iommu.c | 16 ++++++----------
> 1 file changed, 6 insertions(+), 10 deletions(-)

Applied, thanks Robin.