From: Ziggy Date: Sat, 8 Dec 2012 18:59:59 +0000 (-0500) Subject: Fix typos in smartassV2 governor X-Git-Url: https://projects.ziggy471.com/git/gitweb.cgi?p=ziggy471-sgs3-jb.git;a=commitdiff;h=9399e265e3543380050bd39eae28b0f2b11082f6 Fix typos in smartassV2 governor --- --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig @@ -284,18 +284,18 @@ config CPU_FREQ_GOV_SMARTASSV2 'smartassV2' - a "smart" governor If in doubt, say N. -config SMARTASSV2_SLEEP_IDEAL_FREQ +config SMARTASSV2_AWAKE_IDEAL_FREQ int "The ideal frequency to use when awake." - default 768000 + default 1026000 depends on CPU_FREQ_GOV_SMARTASSV2 help The "ideal" frequency to use when awake. The governor will ramp up faster towards the ideal frequency and slower after it has passed it. Similarly, lowering the frequency towards the ideal frequency is faster than below it. -config SMARTASSV2_AWAKE_IDEAL_FREQ +config SMARTASSV2_SLEEP_IDEAL_FREQ int "The ideal frequency to use when suspended." - default 192000 + default 0 depends on CPU_FREQ_GOV_SMARTASSV2 help The "ideal" frequency to use when suspended. --- a/drivers/cpufreq/cpufreq_smartass2.c +++ b/drivers/cpufreq/cpufreq_smartass2.c @@ -52,7 +52,7 @@ static unsigned int awake_ideal_freq; * that practically when sleep_ideal_freq==0 the awake_ideal_freq is used * also when suspended). */ -#define DEFAULT_SLEEP_IDEAL_FREQ CONFIG_SMARTASSV2_AWAKE_IDEAL_FREQ +#define DEFAULT_SLEEP_IDEAL_FREQ CONFIG_SMARTASSV2_SLEEP_IDEAL_FREQ static unsigned int sleep_ideal_freq; /*