From: Alexander Clouter Date: Fri, 13 Feb 2009 19:01:51 +0000 (+0000) Subject: [CPUFREQ] conservative: fix dbs_cpufreq_notifier so freq is not locked X-Git-Tag: v2.6.30-rc1~678^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f407a08bb7eff5ddbe0d9173d8717794a910771f;p=pandora-kernel.git [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: Alexander Clouter Signed-off-by: Dave Jones --- Reading git-diff-tree failed