Skip to content

Commit

Permalink
[PATCH] typo fix in last cpufreq powernow patch
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chris Wright authored and Linus Torvalds committed Oct 22, 2005
1 parent 25f407f commit 63172cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/i386/kernel/cpu/cpufreq/powernow-k8.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit 63172cb

Please sign in to comment.