Re: [PATCH] drv: iommu: amd: Remove double zero check

From: Joerg Roedel
Date: Wed Jul 22 2020 - 09:26:36 EST


On Wed, Jul 22, 2020 at 02:44:50PM +0800, Libing Zhou wrote:
> The free_pages() does zero check, therefore remove double zero
> check here.
>
> Signed-off-by: Libing Zhou <libing.zhou@xxxxxxxxxxxxxxx>
> ---
> drivers/iommu/amd/init.c | 11 ++---------
> 1 file changed, 2 insertions(+), 9 deletions(-)

Applied, thanks.