diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-09-14 16:15:20 +0530 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-09-26 22:31:40 +0530 |
commit | abdad50d1d184e0c663b57015d9bbc11701207e7 (patch) | |
tree | 4c5adb5bfcb50fe3bd5be04f2eb7820d69372614 /drivers/irqchip/irq-sun4i.c | |
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 <krzk@kernel.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/irqchip/irq-sun4i.c')
0 files changed, 0 insertions, 0 deletions