diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-09-14 15:15:43 +0530 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-09-26 22:28:42 +0530 |
commit | f92e934d57518ddb5ea9fbdac06c19091aa1316e (patch) | |
tree | adc3d952ee607dc3e768b78f31c87e222d19d54b /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 6e450376e5877f2671db552a7693e9325e31a1cb (diff) |
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 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions