diff options
author | Paul Mackerras <paulus@samba.org> | 2005-11-08 12:13:38 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-08 12:13:38 +1100 |
commit | 22358ea8e1e88d65b073c3d2bb85d8c4e3bd44c1 (patch) | |
tree | a791eb3592fc47a0f1c89c7d925b12933d011a42 /arch | |
parent | 0286486783a75ef991df3ee250917efb55df75b3 (diff) |
powerpc: Fix typo in pmac_cpufreq_resume
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/powermac/cpufreq_32.c | 2 |
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 7960a7bfca0..56fd4e05fed 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) /* If we resume, first check if we have a get() function */ if (get_speed_proc) cur_freq = get_speed_proc(); - else) + else cur_freq = 0; /* We don't, hrm... we don't really know our speed here, best |