diff options
-rw-r--r-- | drivers/cpufreq/cpufreq_governor.c | 4 |
1 files changed, 0 insertions, 4 deletions
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, | |||
328 | dbs_data->cdata->gov_dbs_timer); | 328 | dbs_data->cdata->gov_dbs_timer); |
329 | } | 329 | } |
330 | 330 | ||
331 | /* | ||
332 | * conservative does not implement micro like ondemand | ||
333 | * governor, thus we are bound to jiffes/HZ | ||
334 | */ | ||
335 | if (dbs_data->cdata->governor == GOV_CONSERVATIVE) { | 331 | if (dbs_data->cdata->governor == GOV_CONSERVATIVE) { |
336 | cs_dbs_info->down_skip = 0; | 332 | cs_dbs_info->down_skip = 0; |
337 | cs_dbs_info->enable = 1; | 333 | cs_dbs_info->enable = 1; |