summaryrefslogtreecommitdiffstats
path: root/crypto/sha512_generic.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-03-03 21:27:49 +0100
committerJoerg Roedel <jroedel@suse.de>2020-03-04 16:24:46 +0100
commit6135a891dc0bc43265cd583614419e04f3fd42b4 (patch)
treef5d7b276908e9d7ffb922d3cbe276828bccc6370 /crypto/sha512_generic.c
parentiommu/omap: Fix pointer cast -Wpointer-to-int-cast warnings on 64 bit (diff)
downloadlinux-6135a891dc0bc43265cd583614419e04f3fd42b4.tar.xz
linux-6135a891dc0bc43265cd583614419e04f3fd42b4.zip
iommu/omap: Fix printing format for size_t on 64-bit
Print size_t as %zu or %zx to fix -Wformat warnings when compiling on 64-bit platform (e.g. with COMPILE_TEST): drivers/iommu/omap-iommu.c: In function ‘flush_iotlb_page’: drivers/iommu/omap-iommu.c:437:47: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘size_t {aka long unsigned int}’ [-Wformat=] Acked-by: Suman Anna <s-anna@ti.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'crypto/sha512_generic.c')
0 files changed, 0 insertions, 0 deletions