dmaengine: tegra: fix incompatible pointer type warns
authorVinod Koul <vinod.koul@intel.com>
Mon, 8 Dec 2014 06:00:17 +0000 (11:30 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 22 Dec 2014 07:04:23 +0000 (12:34 +0530)
commita7c439a45807f1d39eac2161291cfabdc87067f3
treebfa3c4efa620586274eb6330416fb0f88f5e5989
parent35e639d1f7571a1f194999910e4b0be6a81356ea
dmaengine: tegra: fix incompatible pointer type warns

drivers/dma/tegra20-apb-dma.c:1428:37: warning: assignment from incompatible pointer type [enabled by default]
drivers/dma/ste_dma40.c: In function 'd40_terminate_all':

The function prototype expects return type 'int' whereas these where void

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/tegra20-apb-dma.c