Skip to content
Commit f407a08b authored by Alexander Clouter's avatar Alexander Clouter Committed by Dave Jones
Browse files

[CPUFREQ] conservative: fix dbs_cpufreq_notifier so freq is not locked



When someone added the dbs_cpufreq_notifier section to the governor the
code ended up causing the frequency to only fall.  This is because
requested_freq is tinkered with and that should only modified if it has
an invlaid value due to changes in the available frequency ranges

This should fix #10055.

Signed-off-by: default avatarAlexander Clouter <alex@digriz.org.uk>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 11a80a9c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment