Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339925
b: refs/heads/master
c: ffc957b
h: refs/heads/master
i:
  339923: 0cb38af
v: v3
  • Loading branch information
Jon Hunter committed Nov 12, 2012
1 parent f634a63 commit c6466ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 10759e823c83e6c88b58264daa791bb82c7ebad9
refs/heads/master: ffc957bd83b623fa6ead068bf1a444decce2cc00
7 changes: 2 additions & 5 deletions trunk/arch/arm/plat-omap/dmtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,8 @@ static void omap_dm_timer_wait_for_reset(struct omap_dm_timer *timer)

static void omap_dm_timer_reset(struct omap_dm_timer *timer)
{
if (timer->pdev->id != 1) {
omap_dm_timer_write_reg(timer, OMAP_TIMER_IF_CTRL_REG, 0x06);
omap_dm_timer_wait_for_reset(timer);
}

omap_dm_timer_write_reg(timer, OMAP_TIMER_IF_CTRL_REG, 0x06);
omap_dm_timer_wait_for_reset(timer);
__omap_dm_timer_reset(timer, 0, 0);
}

Expand Down

0 comments on commit c6466ca

Please sign in to comment.