]> git.itanic.dy.fi Git - linux-stable/commit
pnpacpi: reduce printk severity for "pnpacpi: exceeded the max number of ..."
authorLen Brown <len.brown@intel.com>
Tue, 15 Apr 2008 07:16:56 +0000 (03:16 -0400)
committerChris Wright <chrisw@sous-sol.org>
Sat, 19 Apr 2008 01:53:29 +0000 (18:53 -0700)
commite9a3ef655c451a9dd1b4df795f6eac253eed6af0
treefdcb690d6df210de27052c4fa05c4e6277bf385d
parent5cd82d4dd65bc2a7206352c7dcb0c1beea28136e
pnpacpi: reduce printk severity for "pnpacpi: exceeded the max number of ..."

upstream commit 33fd7afd66ffdc6addf1b085fe6403b6af532f8e

We have been printing these messages at KERN_ERR since 2.6.24,
per http://bugzilla.kernel.org/show_bug.cgi?id=9535

But KERN_ERR pops up on a console booted with "quiet"
and causes users to get alarmed and file bugs
about the message itself:
https://bugzilla.redhat.com/show_bug.cgi?id=436589

So reduce the severity of these messages to
KERN_WARNING, which is not printed by "quiet".

This message will still be seen without "quiet",
but a lot of messages are printed in that mode
and it will be less likely to cause undue alarm.

We could go all the way to KERN_DEBUG, but this
is a real warning after all, so it seems prudent
not to require "debug" to see it.

Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/pnp/pnpacpi/rsparser.c