From: Dave Jones <davej@redhat.com>
To: cpufreq@www.linux.org.uk
Subject: Re: [PATCH >=2.6.4] single-line, but KERN_WARNING message in p4-clockmod
Date: Sat, 14 Feb 2004 16:41:42 +0000 [thread overview]
Message-ID: <20040214164142.GA29606@redhat.com> (raw)
In-Reply-To: <20040214160105.GA7747@dominikbrodowski.de>
On Sat, Feb 14, 2004 at 05:01:05PM +0100, Dominik Brodowski wrote:
> As Pavel Machek told me, a single line warning is better, and KERN_DEBUG might
> be missed if reading from /var/log/messages.
>
> arch/i386/kernel/cpu/cpufreq/p4-clockmod.c | 8 ++------
> 1 files changed, 2 insertions(+), 6 deletions(-)
>
> diff -ruN linux-original/arch/i386/kernel/cpu/cpufreq/p4-clockmod.c linux/arch/i386/kernel/cpu/cpufreq/p4-clockmod.c
> --- linux-original/arch/i386/kernel/cpu/cpufreq/p4-clockmod.c 2004-02-13 17:09:58.000000000 +0100
> +++ linux/arch/i386/kernel/cpu/cpufreq/p4-clockmod.c 2004-02-14 16:51:47.012905264 +0100
> @@ -181,9 +181,7 @@
> {
> if ((c->x86 == 0x06) && (c->x86_model == 0x09)) {
> /* Pentium M */
> - printk(KERN_DEBUG PFX "Warning: Pentium M detected. The speedstep_centrino module\n");
> - printk(KERN_DEBUG PFX "offers voltage scaling in addition of frequency scaling. You\n");
> - printk(KERN_DEBUG PFX "should use that instead of p4-clockmod, if possible.\n");
> + printk(KERN_WARNING PFX "Warning: Pentium M detected. The speedstep_centrino module offers voltage scaling in addition of frequency scaling. You should use that instead of p4-clockmod, if possible.\n");
> return speedstep_get_processor_frequency(SPEEDSTEP_PROCESSOR_PM);
> }
>
> @@ -193,9 +191,7 @@
> }
>
> if (speedstep_detect_processor() == SPEEDSTEP_PROCESSOR_P4M) {
> - printk(KERN_DEBUG PFX "Warning: Pentium 4-M detected. The speedstep-ich or acpi cpufreq \n");
> - printk(KERN_DEBUG PFX "modules offers voltage scaling in addition of frequency scaling. You\n");
> - printk(KERN_DEBUG PFX "should use either one instead of p4-clockmod, if possible.\n");
> + printk(KERN_WARNING PFX "Warning: Pentium 4-M detected. The speedstep-ich or acpi cpufreq modules offers voltage scaling in addition of frequency scaling. You should use either one instead of p4-clockmod, if possible.\n");
> return speedstep_get_processor_frequency(SPEEDSTEP_PROCESSOR_P4M);
> }
I'd rather keep them multi-line in the source. It looks a lot more readable than just
one line IMHO. I've no objection to killing off the \n's though.
Dave
next prev parent reply other threads:[~2004-02-14 16:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-14 16:01 [PATCH >=2.6.4] single-line, but KERN_WARNING message in p4-clockmod Dominik Brodowski
2004-02-14 16:41 ` Dave Jones [this message]
2004-02-14 18:23 ` Dominik Brodowski
2004-02-14 18:29 ` Russell King
2004-02-14 18:45 ` Dominik Brodowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040214164142.GA29606@redhat.com \
--to=davej@redhat.com \
--cc=cpufreq@www.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.