diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-09-14 15:39:56 +0530 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-09-26 22:29:36 +0530 |
commit | 567df5e9770f7b5203010fd8a5e7c34b387b90a3 (patch) | |
tree | f94c85940745d3c3b9ca129669cbf3aeebf9e741 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 6947c3f2870281961225b070c22ae5a382e36b6b (diff) |
dmaengine: ep93xx: use correct print specifiers for size_t
This driver warns:
drivers/dma/ep93xx_dma.c: In function 'ep93xx_dma_prep_slave_sg':
drivers/dma/ep93xx_dma.c:1054:6: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat=]
drivers/dma/ep93xx_dma.c: In function 'ep93xx_dma_prep_dma_cyclic':
drivers/dma/ep93xx_dma.c:1129:5: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat=]
We should use %zu to print 'size_t' values.
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