diff options
| author | Paul Mackerras <paulus@samba.org> | 2005-11-07 20:13:38 -0500 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2005-11-07 20:13:38 -0500 |
| commit | 22358ea8e1e88d65b073c3d2bb85d8c4e3bd44c1 (patch) | |
| tree | a791eb3592fc47a0f1c89c7d925b12933d011a42 | |
| parent | 0286486783a75ef991df3ee250917efb55df75b3 (diff) | |
powerpc: Fix typo in pmac_cpufreq_resume
Signed-off-by: Paul Mackerras <paulus@samba.org>
| -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 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 |
