diff options
| -rw-r--r-- | drivers/clocksource/arm_arch_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/arm_arch_timer.c b/drivers/clocksource/arm_arch_timer.c index aa0703847e5d..7624ba574144 100644 --- a/drivers/clocksource/arm_arch_timer.c +++ b/drivers/clocksource/arm_arch_timer.c | |||
| @@ -140,7 +140,7 @@ static int __cpuinit arch_timer_setup(struct clock_event_device *clk) | |||
| 140 | 140 | ||
| 141 | clk->cpumask = cpumask_of(smp_processor_id()); | 141 | clk->cpumask = cpumask_of(smp_processor_id()); |
| 142 | 142 | ||
| 143 | clk->set_mode(CLOCK_EVT_MODE_SHUTDOWN, NULL); | 143 | clk->set_mode(CLOCK_EVT_MODE_SHUTDOWN, clk); |
| 144 | 144 | ||
| 145 | clockevents_config_and_register(clk, arch_timer_rate, | 145 | clockevents_config_and_register(clk, arch_timer_rate, |
| 146 | 0xf, 0x7fffffff); | 146 | 0xf, 0x7fffffff); |
