Commit e2dac603 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
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
parents 27b4ad62 ce5cbf53
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1029,6 +1029,9 @@ void __init acpi_early_init(void)

	acpi_permanent_mmap = true;

	/* Initialize debug output. Linux does not use ACPICA defaults */
	acpi_dbg_level = ACPI_LV_INFO | ACPI_LV_REPAIR;

#ifdef CONFIG_X86
	/*
	 * If the machine falls into the DMI check table,