diff options
| author | Andrew Donnellan <[email protected]> | 2016-06-24 15:54:22 +1000 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2016-07-08 22:09:50 +1000 |
| commit | 91dc068202a61741a458232de7de0627d6ac9952 (patch) | |
| tree | 0af45412fcdbaa71082d80957024c518f7286f3e /tools/perf/scripts/python/bin | |
| parent | a203658b5ed37c11e5016d3fbbbab9ce018c1b78 (diff) | |
powerpc/eeh: Fix pr_debug()s in eeh_cache.c
eeh_cache.c doesn't build cleanly with -DDEBUG when
CONFIG_PHYS_ADDR_T_64BIT is set, as a couple of pr_debug()s use "%lx" for
resource_size_t parameters.
Use "%pap" instead, as it's the correct format specifier for types deriving
from phys_addr_t.
Signed-off-by: Andrew Donnellan <[email protected]>
Reviewed-by: Gavin Shan <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions