Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72956
b: refs/heads/master
c: 710798c
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Russell King committed Oct 31, 2007
1 parent 1cf0e48 commit 32b6034
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: fd3d72859b5fab00aba2e7ce5ca65744f6720769
refs/heads/master: 710798c3e1f995ac88be6d0fa030566e9b4b8f06
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ static u32 omap2_get_clksel(u32 *div_sel, u32 *field_mask,
break;
case CM_SYSCLKOUT_SEL1:
div_addr = (u32)&PRCM_CLKOUT_CTRL;
if ((div_off == 3) || (div_off = 11))
if ((div_off == 3) || (div_off == 11))
mask= 0x3;
break;
case CM_CORE_SEL1:
Expand Down

0 comments on commit 32b6034

Please sign in to comment.