Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aae467c7 authored by lan,Tianyu's avatar lan,Tianyu Committed by Rafael J. Wysocki
Browse files

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: default avatarLan Tianyu <tianyu.lan@intel.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 696d0b2c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;