Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332125
b: refs/heads/master
c: ccffa38
h: refs/heads/master
i:
  332123: f60491a
v: v3
  • Loading branch information
Peter Ujfalusi authored and Mark Brown committed Sep 22, 2012
1 parent dd7e1fd commit 33adfa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: c912fa913446b07147f6cbc1a8fa2fb20d2f7c36
refs/heads/master: ccffa3870a7ec2b59cf051b745220c56f423d182
5 changes: 4 additions & 1 deletion trunk/drivers/dma/omap-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,10 @@ static struct dma_async_tx_descriptor *omap_dma_prep_dma_cyclic(
d->dev_addr = dev_addr;
d->fi = burst;
d->es = es;
d->sync_mode = OMAP_DMA_SYNC_PACKET;
if (burst)
d->sync_mode = OMAP_DMA_SYNC_PACKET;
else
d->sync_mode = OMAP_DMA_SYNC_ELEMENT;
d->sync_type = sync_type;
d->periph_port = OMAP_DMA_PORT_MPUI;
d->sg[0].addr = buf_addr;
Expand Down

0 comments on commit 33adfa2

Please sign in to comment.