aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2020-03-03 21:27:49 +0100
committerJoerg Roedel <[email protected]>2020-03-04 16:24:46 +0100
commit6135a891dc0bc43265cd583614419e04f3fd42b4 (patch)
treef5d7b276908e9d7ffb922d3cbe276828bccc6370 /tools/perf/scripts/python/export-to-sqlite.py
parentf2ce16c3c15e90f8279ccda8deeb24682a4a3706 (diff)
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 <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions