Re: [PATCH] iommu/dma: Fix compile warning in 32-bit builds

2021-06-07 Thread Joerg Roedel
On Mon, Jun 07, 2021 at 02:49:05PM +0200, Joerg Roedel wrote: > From: Joerg Roedel > > Compiling the recent dma-iommu changes under 32-bit x86 triggers this > compile warning: > > drivers/iommu/dma-iommu.c:249:5: warning: format ‘%llx’ expects argument of > type ‘long long unsigned int’, but

[PATCH] iommu/dma: Fix compile warning in 32-bit builds

2021-06-07 Thread Joerg Roedel
From: Joerg Roedel Compiling the recent dma-iommu changes under 32-bit x86 triggers this compile warning: drivers/iommu/dma-iommu.c:249:5: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘phys_addr_t’ {aka ‘unsigned int’} [-Wformat=] The