]> asedeno.scripts.mit.edu Git - linux.git/commit
dmaengine: imx-dma: change variable 'now' type to size_t
authorVinod Koul <vkoul@kernel.org>
Sun, 20 Jan 2019 06:12:44 +0000 (11:42 +0530)
committerVinod Koul <vkoul@kernel.org>
Sun, 20 Jan 2019 06:12:44 +0000 (11:42 +0530)
commitda5035f3773632a7b11a2dc8ca15291b8e2817df
tree79058a8ab38ea5e4b10f46ce43b315d3dfb1d6c6
parent9227ab5643cb8350449502dd9e3168a873ab0e3b
dmaengine: imx-dma: change variable 'now' type to size_t

now is used to keep size and it is better to change the variable
type to size_t

Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/imx-dma.c