]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cpufreq: Do not track governor name for scaling drivers with internal governors.
authorDirk Brandewie <dirk.brandewie@gmail.com>
Wed, 6 Feb 2013 17:02:11 +0000 (09:02 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 9 Feb 2013 11:55:53 +0000 (12:55 +0100)
commitfa69e33f7d38e658583ff910642da7ea4515ad74
tree6fc7e05604cb6fda2e0f9c6da361d761ec362a46
parentf6b0515b078f641d00ca531a9f0ae34f3b05ec20
cpufreq: Do not track governor name for scaling drivers with internal governors.

Scaling drivers that implement internal governors do not have governor
structures assocaited with them.  Only track the name of the governor
associated with the CPU if the driver does not implement
cpufreq_driver.setpolicy()

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