]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: imx-dma: change return of 'imxdma_sg_next' to void
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:27:26 +0000 (11:57 +0530)
commita82bbcd6ec9f1c530ed4f97157b9946d924f655f
treee86db9c507eb4d13947146ce9754f3aec0ae431b
parenta96b79798cfb4f2a4b0d3a0dc4b6603970fbb50e
dmaengine: imx-dma: change return of 'imxdma_sg_next' to void

The return value of function 'imxdma_sg_next' is not checked anywhere,
so make it void return type.

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