cpufreq: interactive: Remove unnecessary cpu_online() check
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 16 May 2013 09:28:52 +0000 (14:58 +0530)
committerTodd Poynor <toddpoynor@google.com>
Wed, 16 Oct 2013 00:53:27 +0000 (17:53 -0700)
commitad818d962134c16b1d8aff56edc8a2c4e12fa7b7
tree9aff82e8606fcee93c49588ad06ec4ff42bb2c4a
parent763b334bd467a1f9453fe19ab19354e3b8c351e2
cpufreq: interactive: Remove unnecessary cpu_online() check

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