aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/platforms/powermac/cpufreq_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powermac/cpufreq_32.c b/arch/powerpc/platforms/powermac/cpufreq_32.c
index 7960a7bfca0a..56fd4e05fede 100644
--- a/arch/powerpc/platforms/powermac/cpufreq_32.c
+++ b/arch/powerpc/platforms/powermac/cpufreq_32.c
@@ -462,7 +462,7 @@ static int pmac_cpufreq_resume(struct cpufreq_policy *policy)
462 /* If we resume, first check if we have a get() function */ 462 /* If we resume, first check if we have a get() function */
463 if (get_speed_proc) 463 if (get_speed_proc)
464 cur_freq = get_speed_proc(); 464 cur_freq = get_speed_proc();
465 else) 465 else
466 cur_freq = 0; 466 cur_freq = 0;
467 467
468 /* We don't, hrm... we don't really know our speed here, best 468 /* We don't, hrm... we don't really know our speed here, best