Commit 41057cbb authored by Len Brown's avatar Len Brown Committed by Len Brown

[ACPI] correct compiled-in acpi_dbg_level default

Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 41b9dc9b
......@@ -142,11 +142,11 @@ acpi_format_exception (
*/
/* Debug switch - level and trace mask */
u32 acpi_dbg_level = 0;
u32 acpi_dbg_level = ACPI_DEBUG_DEFAULT;
/* Debug switch - layer (component) mask */
u32 acpi_dbg_layer = 0;
u32 acpi_dbg_layer = ACPI_COMPONENT_DEFAULT | ACPI_ALL_DRIVERS;
u32 acpi_gbl_nesting_level = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment