Skip to content

Commit

Permalink
cpufreq_alucard: use CPUFREQ_RELATION_L relation when cpu increases i…
Browse files Browse the repository at this point in the history
…ts frequency.
  • Loading branch information
Alucard24 authored and lindwurm committed Oct 24, 2016
1 parent 8e5fc84 commit 92ebece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpufreq/cpufreq_alucard.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ static void ac_check_cpu(int cpu, unsigned int load)
if (dbs_info->freq_table[index].frequency != CPUFREQ_ENTRY_INVALID)
__cpufreq_driver_target(policy,
dbs_info->freq_table[index].frequency,
CPUFREQ_RELATION_H);
CPUFREQ_RELATION_L);
} else {
if (dbs_info->up_rate < cpus_up_rate)
++dbs_info->up_rate;
Expand Down

0 comments on commit 92ebece

Please sign in to comment.