]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: EC: move verbose printk to debug build only
authorGuillaume Chazarain <guichaz@yahoo.fr>
Sun, 24 Dec 2006 21:19:02 +0000 (22:19 +0100)
committerLen Brown <len.brown@intel.com>
Tue, 2 Jan 2007 05:12:19 +0000 (00:12 -0500)
commit70126630d724b2812f32a786a7ea43dd60e9f3b2
tree0337077c68c9f4fdbf423050a2d5944777133d56
parent66a73d546b79075a5ed2b9c23cc6fbaf33e9aae8
ACPI: EC: move verbose printk to debug build only

The recent EC cleanup left a printk enabled on handler evaluation
resulting in a bunch of messages on normal operation, like so:

ACPI: EC: evaluating _Q60

Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/ec.c