Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189627
b: refs/heads/master
c: bb17ef1
h: refs/heads/master
i:
  189625: ccb2c9a
  189623: 5c4beb2
v: v3
  • Loading branch information
Brian Niebuhr authored and Kevin Hilman committed Apr 5, 2010
1 parent 72d2b39 commit b47792f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5eb2e891f038c8e04757f4536b9693faf35978a3
refs/heads/master: bb17ef102b72e38557bfa829511e06c4bd3bb972
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-davinci/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,8 @@ int edma_start(unsigned channel)
/* EDMA channel with event association */
pr_debug("EDMA: ER%d %08x\n", j,
edma_shadow0_read_array(ctlr, SH_ER, j));
/* Clear any pending error */
/* Clear any pending event or error */
edma_write_array(ctlr, EDMA_ECR, j, mask);
edma_write_array(ctlr, EDMA_EMCR, j, mask);
/* Clear any SER */
edma_shadow0_write_array(ctlr, SH_SECR, j, mask);
Expand Down

0 comments on commit b47792f

Please sign in to comment.