aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/cpufreq/p4-clockmod.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpufreq/p4-clockmod.c b/drivers/cpufreq/p4-clockmod.c
index 4fe6d4cac74c..6164c1cca504 100644
--- a/drivers/cpufreq/p4-clockmod.c
+++ b/drivers/cpufreq/p4-clockmod.c
@@ -230,7 +230,6 @@ static int cpufreq_p4_cpu_init(struct cpufreq_policy *policy)
230 /* the transition latency is set to be 1 higher than the maximum 230 /* the transition latency is set to be 1 higher than the maximum
231 * transition latency of the ondemand governor */ 231 * transition latency of the ondemand governor */
232 policy->cpuinfo.transition_latency = 10000001; 232 policy->cpuinfo.transition_latency = 10000001;
233 policy->cur = stock_freq;
234 233
235 return cpufreq_table_validate_and_show(policy, &p4clockmod_table[0]); 234 return cpufreq_table_validate_and_show(policy, &p4clockmod_table[0]);
236} 235}