aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
diff options
context:
space:
mode:
authorChris Wright <chrisw@osdl.org>2005-10-21 16:56:08 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-10-21 17:08:30 -0700
commit63172cb3d5ef762dcb60a292bc7f016b85cf6e1f (patch)
tree038e1fd143ea3e9957c6dcae16dd391decfde011 /arch/i386/kernel/cpu/cpufreq/powernow-k8.c
parent[PATCH] Call exit_itimers from do_exit, not __exit_signal (diff)
downloadlinux-dev-63172cb3d5ef762dcb60a292bc7f016b85cf6e1f.tar.xz
linux-dev-63172cb3d5ef762dcb60a292bc7f016b85cf6e1f.zip
[PATCH] typo fix in last cpufreq powernow patch
Not sure how it slipped by, but here's a trivial typo fix for powernow. Signed-off-by: Chris Wright <chrisw@osdl.org> [ It's "nurter" backwards.. Maybe we have a hillbilly The Shining fan? ] Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386/kernel/cpu/cpufreq/powernow-k8.c')
-rw-r--r--arch/i386/kernel/cpu/cpufreq/powernow-k8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/powernow-k8.c b/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
index ec3a9e335aa3..58ca98fdc2ca 100644
--- a/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
+++ b/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
@@ -175,7 +175,7 @@ static int write_new_fid(struct powernow_k8_data *data, u32 fid)
wrmsr(MSR_FIDVID_CTL, lo, data->plllock * PLL_LOCK_CONVERSION);
if (i++ > 100) {
printk(KERN_ERR PFX "internal error - pending bit very stuck - no further pstate changes possible\n");
- retrun 1;
+ return 1;
}
} while (query_current_values_with_pending_wait(data));