summaryrefslogtreecommitdiffstats
path: root/drivers/dma/imx-sdma.c
diff options
context:
space:
mode:
authorVinod Koul2012-03-13 07:28:12 +0100
committerVinod Koul2012-03-13 07:28:12 +0100
commit949ff5b8d46b5e3435d21b2651ce3a2599208d44 (patch)
treec8fac55a7ae33271acb1fc12f5399e5494b97b47 /drivers/dma/imx-sdma.c
parentdmaengine: pl330: fix the pl330 build after cookie cleanup (diff)
downloadkernel-qcow2-linux-949ff5b8d46b5e3435d21b2651ce3a2599208d44.tar.gz
kernel-qcow2-linux-949ff5b8d46b5e3435d21b2651ce3a2599208d44.tar.xz
kernel-qcow2-linux-949ff5b8d46b5e3435d21b2651ce3a2599208d44.zip
dmaengine: fix for cookie changes and merge
Fixed trivial issues in drivers: drivers/dma/imx-sdma.c drivers/dma/intel_mid_dma.c drivers/dma/ioat/dma_v3.c drivers/dma/iop-adma.c drivers/dma/sirf-dma.c drivers/dma/timb_dma.c Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'drivers/dma/imx-sdma.c')
-rw-r--r--drivers/dma/imx-sdma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/imx-sdma.c b/drivers/dma/imx-sdma.c
index ccfc7c425c52..81f9d57ec70f 100644
--- a/drivers/dma/imx-sdma.c
+++ b/drivers/dma/imx-sdma.c
@@ -1127,6 +1127,7 @@ static void sdma_issue_pending(struct dma_chan *chan)
struct sdma_engine *sdma = sdmac->sdma;
if (sdmac->status == DMA_IN_PROGRESS)
+ sdma_enable_channel(sdma, sdmac->channel);
}
#define SDMA_SCRIPT_ADDRS_ARRAY_SIZE_V1 34