From: Stratos Karafotis Date: Tue, 5 Mar 2013 22:06:40 +0000 (+0000) Subject: cpufreq: conservative: Fix the logic in frequency decrease checking X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~92^2~1^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27ed3cd2ebf4cd78b198be9758c538cdede36d8a;p=pandora-kernel.git cpufreq: conservative: Fix the logic in frequency decrease checking When we evaluate the CPU load for frequency decrease we have to compare the load against down_threshold. There is no need to subtract 10 points from down_threshold. Instead, we have to use the default down_threshold or user's selection unmodified. Signed-off-by: Stratos Karafotis Acked-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed