diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-09-14 11:45:43 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-09-26 18:58:42 +0200 |
commit | f92e934d57518ddb5ea9fbdac06c19091aa1316e (patch) | |
tree | adc3d952ee607dc3e768b78f31c87e222d19d54b /drivers/uio/uio_mf624.c | |
parent | dmaengine: coh901318: enable COMPILE_TEST (diff) | |
download | linux-f92e934d57518ddb5ea9fbdac06c19091aa1316e.tar.xz linux-f92e934d57518ddb5ea9fbdac06c19091aa1316e.zip |
dmaengine: sa11x0: use correct print specifiers for dma_addr_t
This driver when compiled on 64 bits gave warnings:
drivers/dma/sa11x0-dma.c:466:27: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'dma_addr_t' [-Wformat=]
drivers/dma/sa11x0-dma.c:554:31: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'dma_addr_t' [-Wformat=]
drivers/dma/sa11x0-dma.c:696:34: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'dma_addr_t' [-Wformat=]
We should use %pad to print 'dma_addr_t' values.
Acked-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/uio/uio_mf624.c')
0 files changed, 0 insertions, 0 deletions