aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/arm_arch_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clocksource/arm_arch_timer.c')
-rw-r--r--drivers/clocksource/arm_arch_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/arm_arch_timer.c b/drivers/clocksource/arm_arch_timer.c
index c62e71614c75..fd4b7f684bd0 100644
--- a/drivers/clocksource/arm_arch_timer.c
+++ b/drivers/clocksource/arm_arch_timer.c
@@ -1444,7 +1444,7 @@ static int __init arch_timer_mem_acpi_init(int platform_timer_count)
1444 * While unlikely, it's theoretically possible that none of the frames 1444 * While unlikely, it's theoretically possible that none of the frames
1445 * in a timer expose the combination of feature we want. 1445 * in a timer expose the combination of feature we want.
1446 */ 1446 */
1447 for (i = i; i < timer_count; i++) { 1447 for (i = 0; i < timer_count; i++) {
1448 timer = &timers[i]; 1448 timer = &timers[i];
1449 1449
1450 frame = arch_timer_mem_find_best_frame(timer); 1450 frame = arch_timer_mem_find_best_frame(timer);