Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349067
b: refs/heads/master
c: bef2a8d
h: refs/heads/master
i:
  349065: 124e0c0
  349063: a2ef2b2
v: v3
  • Loading branch information
Javier Martin authored and Vinod Koul committed Jan 8, 2013
1 parent 00727bc commit 17f9416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ac4989874af56435c308bdde9ad9c837a26f8b23
refs/heads/master: bef2a8d3f6cb91bc8743bdd63d3eb6a37bf27b12
5 changes: 2 additions & 3 deletions trunk/drivers/dma/imx-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -684,9 +684,8 @@ static int imxdma_control(struct dma_chan *chan, enum dma_ctrl_cmd cmd,
break;
}

imxdmac->hw_chaining = 1;
if (!imxdma_hw_chain(imxdmac))
return -EINVAL;
imxdmac->hw_chaining = 0;

imxdmac->ccr_from_device = (mode | IMX_DMA_TYPE_FIFO) |
((IMX_DMA_MEMSIZE_32 | IMX_DMA_TYPE_LINEAR) << 2) |
CCR_REN;
Expand Down

0 comments on commit 17f9416

Please sign in to comment.