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)
commite0cad7a00d86d8ebfac4f2d682e308508620de96
tree8257d2ba1c14864b43c728680564b92a01f340cc
parent1faab1f2e3be3a10197840648d03a31fd0a29e93
dmaengine: mxs-dma: fix the arg to mxs_dma_reset_chan()

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