Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc: Fix typo in pmac_cpufreq_resume

Signed-off-by: Paul Mackerras <paulus@samba.org>

+1 -1
+1 -1
arch/powerpc/platforms/powermac/cpufreq_32.c
··· 462 462 /* If we resume, first check if we have a get() function */ 463 463 if (get_speed_proc) 464 464 cur_freq = get_speed_proc(); 465 - else) 465 + else 466 466 cur_freq = 0; 467 467 468 468 /* We don't, hrm... we don't really know our speed here, best