[CPUFREQ] Make cpufreq-nforce2 less obnoxious

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Thursday, March 26, 2009 - 12:03 pm

Gitweb:     http://git.kernel.org/linus/eb3092cee79e4efa5d3e9c81c7e6ca90318cebb8
Commit:     eb3092cee79e4efa5d3e9c81c7e6ca90318cebb8
Parent:     199785eac892a1fa1b71cc22bec58e8b156d9311
Author:     Matthew Garrett <mjg59@srcf.ucam.org>
AuthorDate: Sat Feb 21 01:58:47 2009 +0000
Committer:  Dave Jones <davej@redhat.com>
CommitDate: Tue Feb 24 22:47:32 2009 -0500

    [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>
---
 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 9926290..733093d 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)
 
 	/* detect chipset */
 	if (nforce2_detect_chipset()) {
-		printk(KERN_ERR PFX "No nForce2 chipset.\n");
+		printk(KERN_INFO PFX "No nForce2 chipset.\n");
 		return -ENODEV;
 	}
 
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[CPUFREQ] Make cpufreq-nforce2 less obnoxious, Linux Kernel Mailing ..., (Thu Mar 26, 12:03 pm)