]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: Throw warning when we try to get policy for an invalid CPU
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 19 Feb 2015 11:32:05 +0000 (17:02 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 7 May 2015 21:29:57 +0000 (23:29 +0200)
commite1b3b61ce3f31f54329e75e56b11928170639c0a
tree35b6136bf6557945b3568440be37ddf70256bcaa
parenta55f6fd7c5bbec654415d38e03bed896a9f139f3
cpufreq: Throw warning when we try to get policy for an invalid CPU

Simply returning here with an error is not enough. It shouldn't be allowed at
all to try calling cpufreq_cpu_get() for an invalid CPU.

Add a WARN here to make it clear that it wouldn't be acceptable at all.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Saravana Kannan <skannan@codeaurora.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq.c