]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/dma/omap-dma.c
dmaengine: omap-dma: Simplify omap_dma_start_sg parameter list
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 20 Jul 2016 08:50:27 +0000 (11:50 +0300)
committerVinod Koul <vinod.koul@intel.com>
Wed, 10 Aug 2016 17:29:12 +0000 (22:59 +0530)
commita5dc3fcac4a29b77e8bd476b8b5242e8f449d3a6
treeb5db3811e18755d4a616a0c17af818ac91b57533
parent29b4817d4018df78086157ea3a55c1d9424a7cfc
dmaengine: omap-dma: Simplify omap_dma_start_sg parameter list

We can drop the (sg)idx parameter for the omap_dma_start_sg() function and
increment the sgidx inside of the same function.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/omap-dma.c