From: lan,Tianyu Date: Fri, 15 Nov 2013 05:54:01 +0000 (+0800) Subject: cpufreq: governor: Remove fossil comment in the cpufreq_governor_dbs() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=aae467c79b14db0d286764ed9ddbaefe3715ebd2;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git cpufreq: governor: Remove fossil comment in the cpufreq_governor_dbs() The related code has been changed and the comment is out of date. So remove it. Signed-off-by: Lan Tianyu Acked-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/cpufreq/cpufreq_governor.c b/drivers/cpufreq/cpufreq_governor.c index 0806c31e5764..e6be63561fa6 100644 --- a/drivers/cpufreq/cpufreq_governor.c +++ b/drivers/cpufreq/cpufreq_governor.c @@ -328,10 +328,6 @@ int cpufreq_governor_dbs(struct cpufreq_policy *policy, dbs_data->cdata->gov_dbs_timer); } - /* - * conservative does not implement micro like ondemand - * governor, thus we are bound to jiffes/HZ - */ if (dbs_data->cdata->governor == GOV_CONSERVATIVE) { cs_dbs_info->down_skip = 0; cs_dbs_info->enable = 1;