cpufreq: interactive: Remove unnecessary cpu_online() check
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 16 May 2013 09:28:52 +0000 (14:58 +0530)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:52:58 +0000 (13:52 -0800)
Cpufreq no longer calls governor callback for offlined cpus. i.e. All
policy->cpus are guaranteed to be online. Hence we don't need explicit check to
see if cpu is online or not.

Change-Id: I9ad85ea4addd5b4a40952e59ed730dd15e328690
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq_interactive.c

index a66748e13b38d9577f21078dd885a515f2712758..378835baa8443bf713f3b65057a2e536c86898ef 100644 (file)
@@ -1073,9 +1073,6 @@ static int cpufreq_governor_interactive(struct cpufreq_policy *policy,
 
        switch (event) {
        case CPUFREQ_GOV_START:
-               if (!cpu_online(policy->cpu))
-                       return -EINVAL;
-
                mutex_lock(&gov_lock);
 
                freq_table =