cpufreq: improve error checking on return values of __cpufreq_governor()
commit3de9bdeb28638e164d1f0eb38dd68e3f5d2ac95c
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 6 Aug 2013 17:23:13 +0000 (6 22:53 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 10 Aug 2013 01:24:48 +0000 (10 03:24 +0200)
treeefe5c314af79f28840a2a31eb2e2ca992c0258ae
parentadc97d6a735dbb1e94cb4f1bf0b55f258b349941
cpufreq: improve error checking on return values of __cpufreq_governor()

The __cpufreq_governor() function can fail in rare cases especially
if there are bugs in cpufreq drivers.  Thus we must stop processing
as soon as this routine fails, otherwise it may result in undefined
behavior.

This patch adds error checking code whenever this routine is called
from any place.

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