Loading include/linux/cpufreq.h +2 −2 Original line number Diff line number Diff line Loading @@ -677,10 +677,10 @@ static inline int cpufreq_table_find_index_dl(struct cpufreq_policy *policy, if (best == table - 1) return pos - table; return best - pos; return best - table; } return best - pos; return best - table; } /* Works only on sorted freq-tables */ Loading Loading
include/linux/cpufreq.h +2 −2 Original line number Diff line number Diff line Loading @@ -677,10 +677,10 @@ static inline int cpufreq_table_find_index_dl(struct cpufreq_policy *policy, if (best == table - 1) return pos - table; return best - pos; return best - table; } return best - pos; return best - table; } /* Works only on sorted freq-tables */ Loading