Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119045
b: refs/heads/master
c: 2cd0ebc
h: refs/heads/master
i:
  119043: be53f13
v: v3
  • Loading branch information
Francesco VIRLINZI authored and Paul Mundt committed Nov 13, 2008
1 parent 8afe540 commit 242dc88
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: 10840f034e2329150ce0e683e636ea13b268d333
refs/heads/master: 2cd0ebc83d771220eeddec91fd6d4cfefc2cc46e
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/timers/timer-tmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static void tmu_set_mode(enum clock_event_mode mode,
{
switch (mode) {
case CLOCK_EVT_MODE_PERIODIC:
ctrl_outl(ctrl_inl(TMU0_TCNT), TMU0_TCOR);
ctrl_outl(tmu_latest_interval[TMU0], TMU0_TCOR);
break;
case CLOCK_EVT_MODE_ONESHOT:
ctrl_outl(0, TMU0_TCOR);
Expand Down

0 comments on commit 242dc88

Please sign in to comment.