Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254770
b: refs/heads/master
c: 5838e9b
h: refs/heads/master
v: v3
  • Loading branch information
Wolfram Sang authored and Kukjin Kim committed Jul 8, 2011
1 parent 401aed2 commit 4779cb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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: 5f27275edb7082505eaac1c85a15620207351b63
refs/heads/master: 5838e9b8dada491278db48ff9162e25125fa89d6
8 changes: 2 additions & 6 deletions trunk/arch/arm/plat-s3c24xx/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1027,17 +1027,13 @@ int s3c2410_dma_config(unsigned int channel,
struct s3c2410_dma_chan *chan = s3c_dma_lookup_channel(channel);
unsigned int dcon;

pr_debug("%s: chan=%d, xfer_unit=%d, dcon=%08x\n",
__func__, channel, xferunit, dcon);
pr_debug("%s: chan=%d, xfer_unit=%d\n", __func__, channel, xferunit);

if (chan == NULL)
return -EINVAL;

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

dcon = chan->dcon & dma_sel.dcon_mask;

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

switch (chan->req_ch) {
case DMACH_I2S_IN:
Expand Down

0 comments on commit 4779cb7

Please sign in to comment.