Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5557976c authored by Dave Jones's avatar Dave Jones
Browse files

[CPUFREQ] Fix another redundant initialisation in freq_table



Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 355eb318
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);