From: Viresh Kumar Date: Sun, 21 Apr 2013 22:48:03 +0000 (+0200) Subject: cpufreq: Don't call __cpufreq_governor() for drivers without target() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~92^2~1^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=820c6ca293e99ae225dc9dd7e0e689c444b08f92;p=pandora-kernel.git cpufreq: Don't call __cpufreq_governor() for drivers without target() Some cpufreq drivers implement their own governor and so don't need us to call generic governors interface via __cpufreq_governor(). Few recent commits haven't obeyed this law well and we saw some regressions. This patch is an attempt to fix the above issue. Signed-off-by: Viresh Kumar Reported-and-tested-by: Sedat Dilek Tested-by: Dirk Brandewie Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed