]> git.ipfire.org Git - people/arne_f/kernel.git/blobdiff - drivers/clocksource/arm_arch_timer.c
Merge branch 'linus' into locking/core, to pick up fixes
[people/arne_f/kernel.git] / drivers / clocksource / arm_arch_timer.c
index c62e71614c75a0bf9ed9766aafb6033e31821ddd..fd4b7f684bd030151d388071e05a3c2cfcb5e2c4 100644 (file)
@@ -1444,7 +1444,7 @@ static int __init arch_timer_mem_acpi_init(int platform_timer_count)
         * While unlikely, it's theoretically possible that none of the frames
         * in a timer expose the combination of feature we want.
         */
-       for (i = i; i < timer_count; i++) {
+       for (i = 0; i < timer_count; i++) {
                timer = &timers[i];
 
                frame = arch_timer_mem_find_best_frame(timer);