[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20090221015847.GA12028@srcf.ucam.org>
Date: Sat, 21 Feb 2009 01:58:47 +0000
From: Matthew Garrett <mjg59@...f.ucam.org>
To: davej@...emonkey.org.uk
Cc: linux-kernel@...r.kernel.org, cpufreq@...r.kernel.org
Subject: [PATCH] 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@...hat.com>
diff --git a/arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c b/arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c
index 965ea52..36090cc 100644
--- a/arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c
+++ b/arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c
@@ -420,7 +420,7 @@ static int __init nforce2_init(void)
/* detect chipset */
if (nforce2_detect_chipset()) {
- printk(KERN_ERR "cpufreq: No nForce2 chipset.\n");
+ printk(KERN_INFO "cpufreq: No nForce2 chipset.\n");
return -ENODEV;
}
--
Matthew Garrett | mjg59@...f.ucam.org
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists