ACPI: turn off all debug output by default
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Fri, 7 Nov 2008 23:58:00 +0000 (16:58 -0700)
committerLen Brown <len.brown@intel.com>
Sat, 8 Nov 2008 02:45:16 +0000 (21:45 -0500)
commit87b586088ef953c602680e5aff8ab83a2e299498
tree1c6294ea2768254dab8cbb1bf7581ac00bad7fc6
parentbdd7279919f682da8752fb47784a1ee302f8b7ea
ACPI: turn off all debug output by default

When CONFIG_ACPI_DEBUG=y, the default acpi_dbg_layer and acpi_dbg_level
values built into the ACPI CA have some debug output enabled.  We'd
rather be quiet unless the user actually specified the acpi.debug_level
argument.

This enables distros to ship with CONFIG_ACPI_DEBUG=y without
inundating users with debug output.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/bus.c