diff options
| -rw-r--r-- | arch/i386/kernel/cpu/cpufreq/longhaul.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/longhaul.c b/arch/i386/kernel/cpu/cpufreq/longhaul.c index 31600576b7ee..146f607e9c44 100644 --- a/arch/i386/kernel/cpu/cpufreq/longhaul.c +++ b/arch/i386/kernel/cpu/cpufreq/longhaul.c | |||
| @@ -679,7 +679,7 @@ static int __init longhaul_init(void) | |||
| 679 | 679 | ||
| 680 | static void __exit longhaul_exit(void) | 680 | static void __exit longhaul_exit(void) |
| 681 | { | 681 | { |
| 682 | int i=0; | 682 | int i; |
| 683 | 683 | ||
| 684 | for (i=0; i < numscales; i++) { | 684 | for (i=0; i < numscales; i++) { |
| 685 | if (clock_ratio[i] == maxmult) { | 685 | if (clock_ratio[i] == maxmult) { |
