Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179776
b: refs/heads/master
c: 247421f
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Tony Lindgren committed Jan 20, 2010
1 parent 2f16a54 commit a2e5fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e9acb9b64d7fb16c7f69efa85c5707cffd0c7275
refs/heads/master: 247421fda7a9612f03150aacb90fdad55e9f63d2
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-omap/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ void omap_dma_unlink_lch(int lch_head, int lch_queue)
}

if ((dma_chan[lch_head].flags & OMAP_DMA_ACTIVE) ||
(dma_chan[lch_head].flags & OMAP_DMA_ACTIVE)) {
(dma_chan[lch_queue].flags & OMAP_DMA_ACTIVE)) {
printk(KERN_ERR "omap_dma: You need to stop the DMA channels "
"before unlinking\n");
dump_stack();
Expand Down

0 comments on commit a2e5fe0

Please sign in to comment.