summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-omap2-mcspi.c
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-08-22 04:35:37 +0400
committerMark Brown <broonie@linaro.org>2013-08-22 13:46:54 +0400
commit7085f403517615c8dc209972d134a9336de1db45 (patch)
tree97f33bad66b4160a713b6fa256b9b3c73d9d750f /drivers/spi/spi-omap2-mcspi.c
parentb36f4be3de1b123d8601de062e7dbfc904f305fb (diff)
downloadlinux-7085f403517615c8dc209972d134a9336de1db45.tar.xz
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 <khilman@linaro.org> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/spi/spi-omap2-mcspi.c')
0 files changed, 0 insertions, 0 deletions