Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261914
b: refs/heads/master
c: 090b918
h: refs/heads/master
v: v3
  • Loading branch information
Kuninori Morimoto authored and Paul Mundt committed Jun 16, 2011
1 parent 5809cb7 commit f8f71e5
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: 1d2c0980262e70f5643df34493ffd7e608282c16
refs/heads/master: 090b91805a97f58a7deff0f2b40aad1cc2f1b7e0
2 changes: 1 addition & 1 deletion trunk/drivers/dma/shdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ static int dmae_set_dmars(struct sh_dmae_chan *sh_chan, u16 val)
struct sh_dmae_pdata *pdata = shdev->pdata;
const struct sh_dmae_channel *chan_pdata = &pdata->channel[sh_chan->id];
u16 __iomem *addr = shdev->dmars;
int shift = chan_pdata->dmars_bit;
unsigned int shift = chan_pdata->dmars_bit;

if (dmae_is_busy(sh_chan))
return -EBUSY;
Expand Down

0 comments on commit f8f71e5

Please sign in to comment.