diff options
-rw-r--r-- | drivers/cpufreq/cpufreq_ondemand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/cpufreq_ondemand.c b/drivers/cpufreq/cpufreq_ondemand.c index bcf8bb877a8b..d60bcb9d14cc 100644 --- a/drivers/cpufreq/cpufreq_ondemand.c +++ b/drivers/cpufreq/cpufreq_ondemand.c | |||
@@ -470,7 +470,7 @@ static inline void dbs_timer_init(struct cpu_dbs_info_s *dbs_info) | |||
470 | int delay = usecs_to_jiffies(dbs_tuners_ins.sampling_rate); | 470 | int delay = usecs_to_jiffies(dbs_tuners_ins.sampling_rate); |
471 | delay -= jiffies % delay; | 471 | delay -= jiffies % delay; |
472 | 472 | ||
473 | dbs_info->enable = 1; | 473 | dbs_info->enable = 1; |
474 | ondemand_powersave_bias_init(); | 474 | ondemand_powersave_bias_init(); |
475 | dbs_info->sample_type = DBS_NORMAL_SAMPLE; | 475 | dbs_info->sample_type = DBS_NORMAL_SAMPLE; |
476 | INIT_DELAYED_WORK_NAR(&dbs_info->work, do_dbs_timer); | 476 | INIT_DELAYED_WORK_NAR(&dbs_info->work, do_dbs_timer); |