Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223671
b: refs/heads/master
c: 27f1acc
h: refs/heads/master
i:
  223669: 35eafaa
  223667: 64a2f27
  223663: ca31b9b
v: v3
  • Loading branch information
Paul Mundt committed Dec 24, 2010
1 parent ae684c4 commit 4a094f8
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: 27434f0af0fecba71fa58407715028d2b9550956
refs/heads/master: 27f1acccd4d310e941d2e879445324595e2fe463
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/cpu/sh2a/clock-sh7201.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static const int pfc_divisors[]={1,2,3,4,6,8,12};

static void master_clk_init(struct clk *clk)
{
return 10000000 * PLL2 * pll1rate[(__raw_readw(FREQCR) >> 8) & 0x0007];
clk->rate = 10000000 * PLL2 * pll1rate[(__raw_readw(FREQCR) >> 8) & 0x0007];
}

static struct clk_ops sh7201_master_clk_ops = {
Expand Down

0 comments on commit 4a094f8

Please sign in to comment.