diff options
author | 2021-04-21 15:54:53 +0200 | |
---|---|---|
committer | 2021-05-18 16:33:13 +0200 | |
commit | 2e2f16d5cdb33e5f6fc53b7ad66c9f456d5f2950 (patch) | |
tree | aed06ac1a929c9e9cb4fff3bdf842a3fe9639efc /tools/perf/scripts/python/export-to-postgresql.py | |
parent | EDAC/ti: Add missing MODULE_DEVICE_TABLE (diff) | |
download | linux-dev-2e2f16d5cdb33e5f6fc53b7ad66c9f456d5f2950.tar.xz linux-dev-2e2f16d5cdb33e5f6fc53b7ad66c9f456d5f2950.zip |
EDAC/aspeed: Use proper format string for printing resource
On ARMv7, resource_size_t can be 64-bit, which breaks printing
it as %x:
drivers/edac/aspeed_edac.c: In function 'init_csrows':
drivers/edac/aspeed_edac.c:257:28: error: format '%x' expects argument of \
type 'unsigned int', but argument 4 has type 'resource_size_t' {aka 'long \
long unsigned int'} [-Werror=format=]
257 | dev_dbg(mci->pdev, "dt: /memory node resources: first page \
r.start=0x%x, resource_size=0x%x, PAGE_SHIFT macro=0x%x\n",
Use the special %pR format string to pretty-print the entire resource
instead.
Fixes: edfc2d73ca45 ("EDAC/aspeed: Add support for AST2400 and AST2600")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Link: https://lkml.kernel.org/r/20210421135500.3518661-1-arnd@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions