[CPUFREQ] Make cpufreq-nforce2 less obnoxious
authorMatthew Garrett <mjg59@srcf.ucam.org>
Sat, 21 Feb 2009 01:58:47 +0000 (01:58 +0000)
committerDave Jones <davej@redhat.com>
Wed, 25 Feb 2009 03:47:32 +0000 (22:47 -0500)
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>
arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c

index 9926290..733093d 100644 (file)
@@ -424,7 +424,7 @@ static int __init nforce2_init(void)
 
        /* detect chipset */
        if (nforce2_detect_chipset()) {
-               printk(KERN_ERR PFX "No nForce2 chipset.\n");
+               printk(KERN_INFO PFX "No nForce2 chipset.\n");
                return -ENODEV;
        }