diff options
| author | Vinod Koul <[email protected]> | 2016-09-14 15:15:43 +0530 |
|---|---|---|
| committer | Vinod Koul <[email protected]> | 2016-09-26 22:28:42 +0530 |
| commit | f92e934d57518ddb5ea9fbdac06c19091aa1316e (patch) | |
| tree | adc3d952ee607dc3e768b78f31c87e222d19d54b /tools/perf/scripts/python/net_dropmonitor.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 <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions