diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2015-01-02 02:04:22 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-01-23 16:49:33 -0500 |
commit | e673f1639bc565ce3509ed36bc3987c2af407cd2 (patch) | |
tree | b92292fe70943fdf82664057722a5eb0e9e8334c | |
parent | 90de2a4aa9f355b55e57eaf2fd584897dd0adf8c (diff) |
cpufreq: remove dangling comment
It doesn't make any sense at all and is a leftover of some earlier commit.
Remove it.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | drivers/cpufreq/cpufreq.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index dad7235971ba..a95cdc5aa3c5 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c | |||
@@ -2007,10 +2007,6 @@ int cpufreq_driver_target(struct cpufreq_policy *policy, | |||
2007 | } | 2007 | } |
2008 | EXPORT_SYMBOL_GPL(cpufreq_driver_target); | 2008 | EXPORT_SYMBOL_GPL(cpufreq_driver_target); |
2009 | 2009 | ||
2010 | /* | ||
2011 | * when "event" is CPUFREQ_GOV_LIMITS | ||
2012 | */ | ||
2013 | |||
2014 | static int __cpufreq_governor(struct cpufreq_policy *policy, | 2010 | static int __cpufreq_governor(struct cpufreq_policy *policy, |
2015 | unsigned int event) | 2011 | unsigned int event) |
2016 | { | 2012 | { |