aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@linux.intel.com>2012-02-01 22:31:14 +0530
committerVinod Koul <vinod.koul@linux.intel.com>2012-02-01 22:31:28 +0530
commite7211718b3aa0365a723d9b8192e6f50236a1c67 (patch)
tree35564f1a9a9fbc5eaaad2ce9e924c99afb98dcce /drivers/dma
parentMerge branch 'fixes' into next (diff)
parentARM: mach-shmobile: both USB DMAC instances on sh7372 are slave-only (diff)
downloadlinux-dev-e7211718b3aa0365a723d9b8192e6f50236a1c67.tar.xz
linux-dev-e7211718b3aa0365a723d9b8192e6f50236a1c67.zip
Merge branch 'fixes' into next
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/shdma.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/dma/shdma.c b/drivers/dma/shdma.c
index 54043cd831c8..812fd76e9c18 100644
--- a/drivers/dma/shdma.c
+++ b/drivers/dma/shdma.c
@@ -1262,7 +1262,8 @@ static int __init sh_dmae_probe(struct platform_device *pdev)
INIT_LIST_HEAD(&shdev->common.channels);
- dma_cap_set(DMA_MEMCPY, shdev->common.cap_mask);
+ if (!pdata->slave_only)
+ dma_cap_set(DMA_MEMCPY, shdev->common.cap_mask);
if (pdata->slave && pdata->slave_num)
dma_cap_set(DMA_SLAVE, shdev->common.cap_mask);