Skip to content
Snippets Groups Projects
Commit 22358ea8 authored by Paul Mackerras's avatar Paul Mackerras
Browse files

powerpc: Fix typo in pmac_cpufreq_resume


Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 02864867
No related merge requests found
...@@ -462,7 +462,7 @@ static int pmac_cpufreq_resume(struct cpufreq_policy *policy) ...@@ -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 we resume, first check if we have a get() function */
if (get_speed_proc) if (get_speed_proc)
cur_freq = get_speed_proc(); cur_freq = get_speed_proc();
else) else
cur_freq = 0; cur_freq = 0;
/* We don't, hrm... we don't really know our speed here, best /* We don't, hrm... we don't really know our speed here, best
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment