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)
commitc6e19194b6e1a565f8fe18d56d509e9892c32ee1
tree0337077c68c9f4fdbf423050a2d5944777133d56
parent27c5d745ac685c3f48cebd7a9c07707755b4b711
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