diff options
author | Matthew Garrett <mjg59@srcf.ucam.org> | 2009-02-20 20:58:47 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2009-02-24 22:47:32 -0500 |
commit | eb3092cee79e4efa5d3e9c81c7e6ca90318cebb8 (patch) | |
tree | bf929283da9b22a1e24aff0d015257d6d048592a /arch/x86/kernel/cpu | |
parent | 199785eac892a1fa1b71cc22bec58e8b156d9311 (diff) |
[CPUFREQ] Make cpufreq-nforce2 less obnoxious
Not owning an nforce2 is a sign of good taste, not an error.
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/x86/kernel/cpu')
-rw-r--r-- | arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c b/arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c index 99262906838c..733093d60436 100644 --- a/arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c +++ b/arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c | |||
@@ -424,7 +424,7 @@ static int __init nforce2_init(void) | |||
424 | 424 | ||
425 | /* detect chipset */ | 425 | /* detect chipset */ |
426 | if (nforce2_detect_chipset()) { | 426 | if (nforce2_detect_chipset()) { |
427 | printk(KERN_ERR PFX "No nForce2 chipset.\n"); | 427 | printk(KERN_INFO PFX "No nForce2 chipset.\n"); |
428 | return -ENODEV; | 428 | return -ENODEV; |
429 | } | 429 | } |
430 | 430 | ||