dmaengine: imx-dma: remove unused arg of imxdma_sg_next.
authorJavier Martin <javier.martin@vista-silicon.com>
Thu, 22 Mar 2012 13:54:11 +0000 (14:54 +0100)
committerVinod Koul <vinod.koul@linux.intel.com>
Mon, 26 Mar 2012 06:01:32 +0000 (11:31 +0530)
commita6cbb2d87d20817e555a6ffa3131bfa1cdd9ab73
tree43e60effdc603c6f70512289b7c420ae92b417b9
parent2d9c2fc59a74e625eff795a788cacc65648290d6
dmaengine: imx-dma: remove unused arg of imxdma_sg_next.

Since this function is always used with 'desc' as first argument
and 'desc->sg' as second argument, the latter is clearly redundant
and can be removed.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
drivers/dma/imx-dma.c
This page took 0.024721 seconds and 5 git commands to generate.