Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232417
b: refs/heads/master
c: 1817dc0
h: refs/heads/master
i:
  232415: c64e262
v: v3
  • Loading branch information
Voss, Nikolaus authored and Linus Torvalds committed Jan 26, 2011
1 parent bdb4af6 commit 35b381f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 52dbb9050936fd33ceb45f10529dbc992507c058
refs/heads/master: 1817dc0370873caff77b924b53ae489edaf9b1e2
4 changes: 2 additions & 2 deletions trunk/drivers/clocksource/tcb_clksrc.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ static void __init setup_clkevents(struct atmel_tc *tc, int clk32k_divisor_idx)
clkevt.clkevt.min_delta_ns = clockevent_delta2ns(1, &clkevt.clkevt) + 1;
clkevt.clkevt.cpumask = cpumask_of(0);

setup_irq(irq, &tc_irqaction);

clockevents_register_device(&clkevt.clkevt);

setup_irq(irq, &tc_irqaction);
}

#else /* !CONFIG_GENERIC_CLOCKEVENTS */
Expand Down

0 comments on commit 35b381f

Please sign in to comment.