Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45171
b: refs/heads/master
c: ae2aa90
h: refs/heads/master
i:
  45169: 74e114e
  45167: 23f580b
v: v3
  • Loading branch information
Arnaud Patard authored and Russell King committed Dec 30, 2006
1 parent fcd0329 commit da44739
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: 35108fb9b3f291b594a8019cb9188da6be2f7990
refs/heads/master: ae2aa9073acf8f810f18297f586e03d4b2b97588
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-s3c2410/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1053,11 +1053,11 @@ int s3c2410_dma_config(dmach_t channel,
if (chan == NULL)
return -EINVAL;

printk("Initial dcon is %08x\n", dcon);
pr_debug("%s: Initial dcon is %08x\n", __FUNCTION__, dcon);

dcon |= chan->dcon & dma_sel.dcon_mask;

printk("New dcon is %08x\n", dcon);
pr_debug("%s: New dcon is %08x\n", __FUNCTION__, dcon);

switch (xferunit) {
case 1:
Expand Down

0 comments on commit da44739

Please sign in to comment.