Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252990
b: refs/heads/master
c: a1b2cc5
h: refs/heads/master
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Paul Mundt committed Jun 2, 2011
1 parent 50350fb commit dfa44e9
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: 1222de7c415cfa70f441f836588fd79a3334d4fe
refs/heads/master: a1b2cc50679c1d2eed44e2885f6178ce907498b7
2 changes: 1 addition & 1 deletion trunk/drivers/dma/shdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ static int sh_dmae_alloc_chan_resources(struct dma_chan *chan)

dmae_set_dmars(sh_chan, cfg->mid_rid);
dmae_set_chcr(sh_chan, cfg->chcr);
} else if ((sh_dmae_readl(sh_chan, CHCR) & 0xf00) != 0x400) {
} else {
dmae_init(sh_chan);
}

Expand Down

0 comments on commit dfa44e9

Please sign in to comment.