Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263499
b: refs/heads/master
c: 86d8408
h: refs/heads/master
i:
  263497: 6e781df
  263495: 1f45736
v: v3
  • Loading branch information
Kuninori Morimoto authored and Paul Mundt committed Aug 29, 2011
1 parent 16b04f1 commit a17aed4
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: 4861da4feebe548a749c7f52c89a325839c3d281
refs/heads/master: 86d84083cfb15dd9594eefff7859e982770930d0
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-shmobile/clock-sh73a0.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ void __init sh73a0_clock_init(void)
__raw_writel(0x108, SD2CKCR);

/* detect main clock parent */
switch ((__raw_readl(CKSCR) >> 24) & 0x03) {
switch ((__raw_readl(CKSCR) >> 28) & 0x03) {
case 0:
main_clk.parent = &sh73a0_extal1_clk;
break;
Expand Down

0 comments on commit a17aed4

Please sign in to comment.