Commit 0ff12b6f487cbf01c47c551f8614f06c0dfd6a7a

Authored by Viresh Kumar
Committed by Rafael J. Wysocki
1 parent df38a23b7e

cpufreq: sh: don't initialize part of policy set by core

Many common initializations of struct policy are moved to core now and hence
this driver doesn't need to do it. This patch removes such code.

Most recent of those changes is to call ->get() in the core after calling
->init().

Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

drivers/cpufreq/sh-cpufreq.c
... ... @@ -111,8 +111,6 @@
111 111 return PTR_ERR(cpuclk);
112 112 }
113 113  
114   - policy->cur = sh_cpufreq_get(cpu);
115   -
116 114 freq_table = cpuclk->nr_freqs ? cpuclk->freq_table : NULL;
117 115 if (freq_table) {
118 116 int result;