cpufreq: fix a VERY misleading comment.

This commit is contained in:
Alastair Poole 2020-09-07 16:36:10 +01:00
parent 100121bd64
commit 721380cb1e
1 changed files with 2 additions and 1 deletions

View File

@ -718,9 +718,10 @@ _cpufreq_status_check_available(Cpu_Status *s)
s->frequencies = eina_list_sort(s->frequencies,
eina_list_count(s->frequencies),
_cpufreq_cb_sort);
/* sort is necessary because this can change and the order is reversed
* which breaks the theme. */
}
/* sort is not necessary because freq_levels is already sorted */
/* freebsd doesn't have governors */
if (s->governors)
{