diff options
author | Paul Mackerras <paulus@samba.org> | 2005-11-08 01:13:38 (GMT) |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-08 01:13:38 (GMT) |
commit | 22358ea8e1e88d65b073c3d2bb85d8c4e3bd44c1 (patch) | |
tree | a791eb3592fc47a0f1c89c7d925b12933d011a42 /arch/powerpc | |
parent | 0286486783a75ef991df3ee250917efb55df75b3 (diff) | |
download | linux-22358ea8e1e88d65b073c3d2bb85d8c4e3bd44c1.tar.xz |
powerpc: Fix typo in pmac_cpufreq_resume
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc')
-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 7960a7b..56fd4e0 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 |