Re: [PATCH] iommu: Remove duplicate check of pasids

From: Joerg Roedel
Date: Wed Apr 07 2021 - 04:58:12 EST


On Thu, Apr 01, 2021 at 07:19:16PM +0800, Qi Liu wrote:
> Remove duplicate check of pasids in amd_iommu_domain_enable_v2(), as it
> has been guaranteed in amd_iommu_init_device().
>
> Signed-off-by: Qi Liu <liuqi115@xxxxxxxxxx>
> ---
> drivers/iommu/amd/iommu.c | 3 ---
> 1 file changed, 3 deletions(-)

Applied, thanks.