]> asedeno.scripts.mit.edu Git - linux.git/commit
dmaengine: at_xdmac: Fix compilation warning.
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Mon, 7 Aug 2017 07:45:18 +0000 (13:15 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 21 Aug 2017 16:50:43 +0000 (22:20 +0530)
commit1edc85dc56690aeb490e8058b2515f277bdebd51
tree5939df22aff5aa6b6c5243be122ac51ac533c678
parente43341ca85e44204424467fcc3d7f38d59338473
dmaengine: at_xdmac: Fix compilation warning.

Replace '%d' by '%zu' to fix the compilation warning:-
   "format ‘%d’ expects argument of type ‘int’,but argument has type ‘size_t’ [-Wformat=]"

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/at_xdmac.c