]> git.baikalelectronics.ru Git - kernel.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)
commita96b79798cfb4f2a4b0d3a0dc4b6603970fbb50e
tree79058a8ab38ea5e4b10f46ce43b315d3dfb1d6c6
parentd9a8d60aba1cf987c04034808fde12940e546946
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