Re: [PATCH v2 2/5] iommu: arm: Use iommu_put_resv_regions_simple()

From: Will Deacon
Date: Tue Dec 17 2019 - 05:59:15 EST


On Mon, Dec 09, 2019 at 03:50:04PM +0100, Thierry Reding wrote:
> From: Thierry Reding <treding@xxxxxxxxxx>
>
> Use the new standard function instead of open-coding it.
>
> Cc: Will Deacon <will@xxxxxxxxxx>
> Cc: Robin Murphy <robin.murphy@xxxxxxx>
> Signed-off-by: Thierry Reding <treding@xxxxxxxxxx>
> ---
> drivers/iommu/arm-smmu-v3.c | 11 +----------
> drivers/iommu/arm-smmu.c | 11 +----------
> 2 files changed, 2 insertions(+), 20 deletions(-)

Acked-by: Will Deacon <will@xxxxxxxxxx>

Will