From: Viresh Kumar Date: Mon, 3 Aug 2015 03:06:20 +0000 (+0530) Subject: cpufreq: drop !cpufreq_driver check from cpufreq_parse_governor() X-Git-Tag: omap-for-v4.3/fixes-rc1~121^2~4^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36dfef23cd26a6d3b71dd86509e34d311f1cd906;p=pandora-kernel.git 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 Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed