|
@@ -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;
|