diff options
author | Vinod Koul <vinod.koul@intel.com> | 2014-10-15 21:38:49 +0530 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-10-15 21:38:49 +0530 |
commit | 2856fcdc1f7b6dc237afc2dbec6fbd21fe88dd4e (patch) | |
tree | df1adfeb56129acd267b658f81350437a5361b57 /drivers/dma | |
parent | 639559ada6194b722304fe267455b5bdf75c2f90 (diff) | |
parent | a500789d42f478bc5511e1ddafadc323a6036d11 (diff) | |
download | linux-2856fcdc1f7b6dc237afc2dbec6fbd21fe88dd4e.tar.gz linux-2856fcdc1f7b6dc237afc2dbec6fbd21fe88dd4e.tar.bz2 linux-2856fcdc1f7b6dc237afc2dbec6fbd21fe88dd4e.zip |
Merge branch 'topic/dma_control_cleanup_acks' into for-linus
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/coh901318.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/coh901318.c b/drivers/dma/coh901318.c index 3c6716e0b78e..e88588d8ecd3 100644 --- a/drivers/dma/coh901318.c +++ b/drivers/dma/coh901318.c @@ -2156,7 +2156,7 @@ coh901318_free_chan_resources(struct dma_chan *chan) spin_unlock_irqrestore(&cohc->lock, flags); - chan->device->device_control(chan, DMA_TERMINATE_ALL, 0); + dmaengine_terminate_all(chan); } |