diff options
author | Fabio Estevam <[email protected]> | 2013-08-21 21:35:37 -0300 |
---|---|---|
committer | Mark Brown <[email protected]> | 2013-08-22 10:46:54 +0100 |
commit | 7085f403517615c8dc209972d134a9336de1db45 (patch) | |
tree | 97f33bad66b4160a713b6fa256b9b3c73d9d750f /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | b36f4be3de1b123d8601de062e7dbfc904f305fb (diff) |
spi: spi-pl022: Fix warning when CONFIG_ARM_LPAE=y
When CONFIG_ARM_LPAE=y the following build warning is generated:
drivers/spi/spi-pl022.c:2178:9: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'resource_size_t' [-Wformat]
According to Documentation/printk-formats.txt '%pa' can be used to properly
print 'resource_size_t'.
Reported-by: Kevin Hilman <[email protected]>
Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions