]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Reduce ACPI verbosity on null handle condition
authorBob Moore <robert.moore@intel.com>
Wed, 15 Nov 2006 15:20:37 +0000 (16:20 +0100)
committerAdrian Bunk <bunk@stusta.de>
Wed, 15 Nov 2006 15:20:37 +0000 (16:20 +0100)
commit1b1469021a2ff1e84827fb51c30c757f7cdb94c1
treecf4801fa7aa901f78a50bfba6aa14f03af38bcd1
parentf908b08a54fff892beb42ceddafaeac3cda119a0
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: Adrian Bunk <bunk@stusta.de>
drivers/acpi/namespace/nsxfeval.c