From: Chase Douglas Date: Mon, 22 Mar 2010 19:08:09 +0000 (-0400) Subject: ACPI: Reduce ACPI resource conflict message to KERN_WARNING, printk cleanup X-Git-Tag: v2.6.34-rc4~21^2^8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1638bca898e55f1c89f18b2e5accfac8591fed61;p=pandora-kernel.git 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 Signed-off-by: Len Brown --- Reading git-diff-tree failed