Fix typos in smartassV2 governor
/drivers/cpufreq/cpufreq_smartass2.c
blob:9d491e40482c99e557e8bd09dfa5b3de70ffa5f8 -> blob:5352e1dbe608e436fc4fba78c36e7c487e958a27
--- drivers/cpufreq/cpufreq_smartass2.c
+++ 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;
/*