Browse Source

[CPUFREQ] Fix up compile of cpufreq_stats

Whoops, I lost a hunk of the last patch somehow.

Signed-off-by: Dave Jones <davej@redhat.com>
Dave Jones 19 years ago
parent
commit
b7fb358c7c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/cpufreq/cpufreq_stats.c

+ 1 - 0
drivers/cpufreq/cpufreq_stats.c

@@ -247,6 +247,7 @@ cpufreq_stats_create_table (struct cpufreq_policy *policy,
 	return 0;
 error_out:
 	cpufreq_cpu_put(data);
+error_get_fail:
 	kfree(stat);
 	cpufreq_stats_table[cpu] = NULL;
 	return ret;