Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200498
b: refs/heads/master
c: 5967d33
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jun 22, 2010
1 parent d4849ed commit 6688335
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: 0e6f989ba83e6fa64e979d3488f01670b8be7959
refs/heads/master: 5967d33ce8a030f01a716fc0b25fcb03744a5fda
2 changes: 1 addition & 1 deletion trunk/drivers/clocksource/sh_cmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ static int sh_cmt_register_clocksource(struct sh_cmt_priv *p,
clk_disable(p->clk);

/* TODO: calculate good shift from rate and counter bit width */
cs->shift = 10;
cs->shift = 0;
cs->mult = clocksource_hz2mult(p->rate, cs->shift);

dev_info(&p->pdev->dev, "used as clock source\n");
Expand Down

0 comments on commit 6688335

Please sign in to comment.