Skip to content

Commit e2dac60

Browse files
committed
Merge tag 'acpi-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull ACPI fix from Rafael Wysocki: "This prevents excessive ACPI debug messages from being printed to the kernel log, which has started to happen after one of the recent ACPICA commits (Erik Schmauss)" * tag 'acpi-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: ACPI: Set debug output flags independent of ACPICA
2 parents 27b4ad6 + ce5cbf5 commit e2dac60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/acpi/bus.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,9 @@ void __init acpi_early_init(void)
10291029

10301030
acpi_permanent_mmap = true;
10311031

1032+
/* Initialize debug output. Linux does not use ACPICA defaults */
1033+
acpi_dbg_level = ACPI_LV_INFO | ACPI_LV_REPAIR;
1034+
10321035
#ifdef CONFIG_X86
10331036
/*
10341037
* If the machine falls into the DMI check table,

0 commit comments

Comments
 (0)