Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231286
b: refs/heads/master
c: 1aa023b
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Jan 11, 2011
1 parent 2195f68 commit 47f1f57
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: c0fdcfa8e9a994176ff1070dced50eeff5f6f851
refs/heads/master: 1aa023b8fda8096caf41c20427a0ef396d88eb0f
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-integrator/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ static unsigned int integrator_get(unsigned int cpu)

if (machine_is_integrator()) {
vco.s = (cm_osc >> 8) & 7;
} else if (machine_is_cintegrator()) {
} else {
vco.s = 1;
}
vco.v = cm_osc & 255;
Expand Down

0 comments on commit 47f1f57

Please sign in to comment.