diff options
author | Vinod Koul <vinod.koul@linux.intel.com> | 2012-03-13 02:28:12 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@linux.intel.com> | 2012-03-13 02:28:12 -0400 |
commit | 949ff5b8d46b5e3435d21b2651ce3a2599208d44 (patch) | |
tree | c8fac55a7ae33271acb1fc12f5399e5494b97b47 /drivers/dma/imx-sdma.c | |
parent | 8867bd508f88eae8b9c54394f17422f49e387b26 (diff) |
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.c | 1 |
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) | |||
1127 | struct sdma_engine *sdma = sdmac->sdma; | 1127 | struct sdma_engine *sdma = sdmac->sdma; |
1128 | 1128 | ||
1129 | if (sdmac->status == DMA_IN_PROGRESS) | 1129 | if (sdmac->status == DMA_IN_PROGRESS) |
1130 | sdma_enable_channel(sdma, sdmac->channel); | ||
1130 | } | 1131 | } |
1131 | 1132 | ||
1132 | #define SDMA_SCRIPT_ADDRS_ARRAY_SIZE_V1 34 | 1133 | #define SDMA_SCRIPT_ADDRS_ARRAY_SIZE_V1 34 |