Re: [PATCH] iommu/amd: Fix sparse warnings

2019-09-10 Thread Joerg Roedel
On Sat, Sep 07, 2019 at 04:58:12PM +1000, Adam Zerella wrote: > There was some simple Sparse warnings related to making some > signatures static. And unapplied both of your patches as they causes build failures: arch/x86/events/amd/iommu.o: In function `perf_iommu_read': iommu.c:(.text+0xba):

Re: [PATCH] iommu/amd: Fix sparse warnings

2019-09-10 Thread Joerg Roedel
On Sat, Sep 07, 2019 at 04:58:12PM +1000, Adam Zerella wrote: > drivers/iommu/amd_iommu.c | 4 ++-- > drivers/iommu/amd_iommu_init.c | 12 ++-- > 2 files changed, 8 insertions(+), 8 deletions(-) Applied, thanks. ___ iommu mailing list

[PATCH] iommu/amd: Fix sparse warnings

2019-09-07 Thread Adam Zerella
There was some simple Sparse warnings related to making some signatures static. Signed-off-by: Adam Zerella --- drivers/iommu/amd_iommu.c | 4 ++-- drivers/iommu/amd_iommu_init.c | 12 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/iommu/amd_iommu.c