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

Commit aca71cf0 authored by Viresh Kumar's avatar Viresh Kumar Committed by Rafael J. Wysocki
Browse files

cpufreq: omap: use cpufreq_table_validate_and_show()



Lets use cpufreq_table_validate_and_show() instead of calling
cpufreq_frequency_table_cpuinfo() and cpufreq_frequency_table_get_attr().

Acked-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 05b1621c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -191,12 +191,10 @@ static int omap_cpu_init(struct cpufreq_policy *policy)

	atomic_inc_return(&freq_table_users);

	result = cpufreq_frequency_table_cpuinfo(policy, freq_table);
	result = cpufreq_table_validate_and_show(policy, freq_table);
	if (result)
		goto fail_table;

	cpufreq_frequency_table_get_attr(freq_table, policy->cpu);

	policy->cur = omap_getspeed(policy->cpu);

	/*