[Update PATCH 1/1] Cpufreq: Remove fossil comment of cpufreq_set_policy

From: tianyu . lan
Date: Tue Sep 10 2013 - 10:53:41 EST


From: Lan Tianyu <tianyu.lan@xxxxxxxxx>

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

Signed-off-by: Lan Tianyu <tianyu.lan@xxxxxxxxx>
---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/