Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130840
b: refs/heads/master
c: 320ce6f
h: refs/heads/master
v: v3
  • Loading branch information
Juha Yrjola authored and Tony Lindgren committed Jan 29, 2009
1 parent ba4d1ca commit 6ca6b6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 06151158f2da4764479b4ec01688dc4bade6ce9d
refs/heads/master: 320ce6f6fb3d95e02a183709e51d8a16a8b00e0a
4 changes: 2 additions & 2 deletions trunk/arch/arm/plat-omap/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1888,11 +1888,11 @@ static int omap2_dma_handle_ch(int ch)
status = dma_read(CSR(ch));
}

dma_write(status, CSR(ch));

if (likely(dma_chan[ch].callback != NULL))
dma_chan[ch].callback(ch, status, dma_chan[ch].data);

dma_write(status, CSR(ch));

return 0;
}

Expand Down

0 comments on commit 6ca6b6d

Please sign in to comment.