ACPI: Reduce ACPI resource conflict message to KERN_WARNING, printk cleanup
authorChase Douglas <chase.douglas@canonical.com>
Mon, 22 Mar 2010 19:08:09 +0000 (15:08 -0400)
committerLen Brown <len.brown@intel.com>
Mon, 5 Apr 2010 01:15:22 +0000 (21:15 -0400)
commit1638bca898e55f1c89f18b2e5accfac8591fed61
tree62494fb58e365eef998734cfe80e49d84f47b36f
parent2eaa9cfdf33b8d7fb7aff27792192e0019ae8fc6
ACPI: Reduce ACPI resource conflict message to KERN_WARNING, printk cleanup

By default, ACPI resource conflict messages are logged at level
KERN_ERR. This is a rather high level for a message that is more a
warning than an indication of a real kernel error. Also, KERN_ERR level
messages can appear over some boot splash screens, and this message is
not serious enough to warrant such treatment. Thus, the log level has
been reduced to KERN_WARNING.

[lenb changed to KERN_WARNING rather than all the way to KERN_INFO]

Also, cleanup message to use %pR resource printing format.

Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/osl.c
This page took 0.031784 seconds and 5 git commands to generate.