diff options
| author | Vinod Koul <[email protected]> | 2016-09-14 16:15:20 +0530 |
|---|---|---|
| committer | Vinod Koul <[email protected]> | 2016-09-26 22:31:40 +0530 |
| commit | abdad50d1d184e0c663b57015d9bbc11701207e7 (patch) | |
| tree | 4c5adb5bfcb50fe3bd5be04f2eb7820d69372614 /tools/perf/scripts/python/syscall-counts.py | |
| parent | e97adb49b415b3ff487e9fd0d759e843baf6f69e (diff) | |
dmaengine: s3c24xx: use correct print specifiers for size_t
This driver warns:
drivers/dma/s3c24xx-dma.c: In function 's3c24xx_dma_prep_memcpy':
drivers/dma/s3c24xx-dma.c:826:2: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' [-Wformat=]
drivers/dma/s3c24xx-dma.c:830:3: 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.
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions