dmaengine: mxs-dma: fix the arg to mxs_dma_reset_chan()
authorVinod Koul <vinod.koul@intel.com>
Sun, 7 Dec 2014 17:37:38 +0000 (23:07 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 22 Dec 2014 07:04:22 +0000 (12:34 +0530)
mxs_dma_reset_chan() expects struct dma_chan * as argument but we were
providing struct dma_chan, so fix this

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

Simple merge