diff options
| author | Moyster <oysterized@gmail.com> | 2016-08-26 20:40:42 +0200 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-08-26 20:40:42 +0200 |
| commit | 0c215e13b8e299ccfb3d6db2cc5c5484296fbd33 (patch) | |
| tree | 007e8fee5095ca05d506608ea83ee6727236a5f5 /drivers/cpufreq | |
| parent | 4ac1a2b8bc707a2129efb612eaec9f45e37db9aa (diff) | |
cpufreq: use correct preset cpu frequency
Diffstat (limited to 'drivers/cpufreq')
| -rw-r--r-- | drivers/cpufreq/cpufreq_hotplug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/cpufreq/cpufreq_hotplug.c b/drivers/cpufreq/cpufreq_hotplug.c index a70d82239..879f635d8 100644 --- a/drivers/cpufreq/cpufreq_hotplug.c +++ b/drivers/cpufreq/cpufreq_hotplug.c @@ -1586,8 +1586,8 @@ static int touch_freq_up_task(void *data) while (1) { policy = cpufreq_cpu_get(0); - if (policy->cur < 820000) - dbs_freq_increase(policy, 820000); + if (policy->cur < 819000) + dbs_freq_increase(policy, 819000); cpufreq_cpu_put(policy); /* mt_cpufreq_set_ramp_down_count_const(0, 100); */ pr_debug("@%s():%d\n", __func__, __LINE__); |
