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

2020-07-22 Thread Joerg Roedel
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 > --- > drivers/iommu/amd/init.c | 11 ++- > 1 file changed, 2 insertions(+), 9 deletions(-) Applied, thanks.

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

2020-07-21 Thread Libing Zhou
The free_pages() does zero check, therefore remove double zero check here. Signed-off-by: Libing Zhou --- drivers/iommu/amd/init.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/drivers/iommu/amd/init.c b/drivers/iommu/amd/init.c index 6ebd4825e320..60a8a70b0d4f