Skip to content

Commit

Permalink
powerpc: Fix typo in pmac_cpufreq_resume
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Paul Mackerras committed Nov 8, 2005
1 parent 0286486 commit 22358ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/powermac/cpufreq_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22358ea

Please sign in to comment.