]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: drop !cpufreq_driver check from cpufreq_parse_governor()
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 3 Aug 2015 03:06:20 +0000 (08:36 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 1 Sep 2015 13:50:39 +0000 (15:50 +0200)
commit449c642fdcee368de0715cac6b579aea6b7a4d46
treef8637b71247965c6f422ac1c286ddb762f7ffabe
parent0de34f86298d9081a1f0f4cd44c77ab82752b39f
cpufreq: drop !cpufreq_driver check from cpufreq_parse_governor()

Driver is guaranteed to be present on a call to cpufreq_parse_governor()
and there is no need to check for !cpufreq_driver. Drop it.

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