]> git.ipfire.org Git - people/ms/linux.git/commit
Reduce ACPI verbosity on null handle condition
authorBob Moore <robert.moore@intel.com>
Sun, 2 Jul 2006 10:53:01 +0000 (11:53 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 25 Jul 2006 03:35:21 +0000 (20:35 -0700)
commitb5e47cc4d14da20f21c9399eafe6c274ff3317eb
tree1786b483cd9712d7f140255db911c98f7186ae75
parenta9eaad8dc41a6a700e3be89f4e13632db5e3184f
Reduce ACPI verbosity on null handle condition

As detailed at http://bugs.gentoo.org/131534 :

2.6.16 converted many ACPI debug messages into error or warning
messages. One extraneous message was incorrectly converted, resulting in
logs being flooded by "Handle is NULL and Pathname is relative" messages
on some systems.

This patch (part of a larger ACPICA commit) converts the message back to
debug level.

Signed-off-by: Daniel Drake <dsd@gentoo.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/acpi/namespace/nsxfeval.c