diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-12-18 14:15:17 +0100 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-12-18 10:16:17 -0800 |
commit | ce7f28531fe05fcabc8ccff8b6dc9b4b296a811e (patch) | |
tree | 23a5c85f10458c4d1d7b226a3220cfbd8a244b01 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 665d2c2848f14c0c2a2e89192bde9073c4d352f7 (diff) |
mtd: omap_elm: print interrupt resource using %pr
When CONFIG_LPAE is set on ARM, resource_size_t is 64-bit wide
and we get a warning about an incorrect format string for printing
the interrupt number in elm_probe:
drivers/mtd/nand/omap_elm.c: In function 'elm_probe':
drivers/mtd/nand/omap_elm.c:417:23: warning: format '%i' expects argument of type 'int', but argument 3 has type 'resource_size_t {aka long long unsigned int}' [-Wformat=]
This patch avoids the type mismatch by printing the interrupt as
a resource using the %pr format string.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions