[CPUFREQ] Fix another redundant initialisation in freq_table
authorDave Jones <davej@redhat.com>
Tue, 30 May 2006 21:59:48 +0000 (17:59 -0400)
committerDave Jones <davej@redhat.com>
Tue, 30 May 2006 21:59:48 +0000 (17:59 -0400)
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/cpufreq/freq_table.c

index 78cfe8c..427bf7a 100644 (file)
@@ -51,7 +51,7 @@ int cpufreq_frequency_table_verify(struct cpufreq_policy *policy,
                                   struct cpufreq_frequency_table *table)
 {
        unsigned int next_larger = ~0;
-       unsigned int i = 0;
+       unsigned int i;
        unsigned int count = 0;
 
        dprintk("request for verification of policy (%u - %u kHz) for cpu %u\n", policy->min, policy->max, policy->cpu);