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

Commit b7fb358c authored by Dave Jones's avatar Dave Jones
Browse files

[CPUFREQ] Fix up compile of cpufreq_stats



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

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