projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0286486
)
powerpc: Fix typo in pmac_cpufreq_resume
author
Paul Mackerras
<paulus@samba.org>
Tue, 8 Nov 2005 01:13:38 +0000
(12:13 +1100)
committer
Paul Mackerras
<paulus@samba.org>
Tue, 8 Nov 2005 01:13:38 +0000
(12:13 +1100)
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/powermac/cpufreq_32.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/powermac/cpufreq_32.c
b/arch/powerpc/platforms/powermac/cpufreq_32.c
index 7960a7bfca0a01e8be5662c8b623c6029467f57f..56fd4e05fede95b68d05e91b075e91f2c2ab535b 100644
(file)
--- 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