diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-10-03 10:58:50 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-10-15 18:50:30 -0400 |
commit | d31a4a9ae0d09a56154c7408406efd2ffbc23985 (patch) | |
tree | ee2c889658ffb84065bf81ab55c95ad17d1fe148 /drivers/cpufreq | |
parent | adbed6e8473db90b18ef1cc3bf6f7f87e6cc46b7 (diff) |
cpufreq: maple: 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: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r-- | drivers/cpufreq/maple-cpufreq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpufreq/maple-cpufreq.c b/drivers/cpufreq/maple-cpufreq.c index b23d1d8ab9cc..1c0cec1518ff 100644 --- a/drivers/cpufreq/maple-cpufreq.c +++ b/drivers/cpufreq/maple-cpufreq.c | |||
@@ -166,7 +166,6 @@ static unsigned int maple_cpufreq_get_speed(unsigned int cpu) | |||
166 | static int maple_cpufreq_cpu_init(struct cpufreq_policy *policy) | 166 | static int maple_cpufreq_cpu_init(struct cpufreq_policy *policy) |
167 | { | 167 | { |
168 | policy->cpuinfo.transition_latency = 12000; | 168 | policy->cpuinfo.transition_latency = 12000; |
169 | policy->cur = maple_cpu_freqs[maple_scom_query_freq()].frequency; | ||
170 | /* secondary CPUs are tied to the primary one by the | 169 | /* secondary CPUs are tied to the primary one by the |
171 | * cpufreq core if in the secondary policy we tell it that | 170 | * cpufreq core if in the secondary policy we tell it that |
172 | * it actually must be one policy together with all others. */ | 171 | * it actually must be one policy together with all others. */ |