]> Pileus Git - ~andy/linux/blobdiff - drivers/cpufreq/s3c2416-cpufreq.c
Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linux
[~andy/linux] / drivers / cpufreq / s3c2416-cpufreq.c
index 8d904a00027b5fc5ca3a364ffb2c6be7e298c5fd..826b8be2309942a2b43548806516aa43bca183aa 100644 (file)
@@ -481,7 +481,7 @@ err_hclk:
 }
 
 static struct cpufreq_driver s3c2416_cpufreq_driver = {
-       .flags          = 0,
+       .flags          = CPUFREQ_NEED_INITIAL_FREQ_CHECK,
        .verify         = cpufreq_generic_frequency_table_verify,
        .target_index   = s3c2416_cpufreq_set_target,
        .get            = s3c2416_cpufreq_get_speed,