public inbox for cpufreq@vger.kernel.org
 help / color / mirror / Atom feed
* [Update PATCH 1/1] Cpufreq: Remove fossil comment of cpufreq_set_policy
@ 2013-09-10 14:53 tianyu.lan
  0 siblings, 0 replies; only message in thread
From: tianyu.lan @ 2013-09-10 14:53 UTC (permalink / raw)
  To: rjw, viresh.kumar; +Cc: Lan Tianyu, cpufreq, linux-pm, linux-kernel

From: Lan Tianyu <tianyu.lan@intel.com>

The cpufreq_set_policy() has been removed by commit 632786c. So remove
related comment.

Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
---
Update: miss signed-off due to using my new script. Sorry for nosiy. 

 drivers/cpufreq/cpufreq.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
index 5c75e31..a504313 100644
--- a/drivers/cpufreq/cpufreq.c
+++ b/drivers/cpufreq/cpufreq.c
@@ -506,10 +506,6 @@ static ssize_t store_scaling_governor(struct cpufreq_policy *policy,
 						&new_policy.governor))
 		return -EINVAL;
 
-	/*
-	 * Do not use cpufreq_set_policy here or the user_policy.max
-	 * will be wrongly overridden
-	 */
 	ret = __cpufreq_set_policy(policy, &new_policy);
 
 	policy->user_policy.policy = policy->policy;
-- 
1.8.2.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-09-10 14:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-10 14:53 [Update PATCH 1/1] Cpufreq: Remove fossil comment of cpufreq_set_policy tianyu.lan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox