Skip to content

Commit

Permalink
Merge tag 'acpi-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel…
Browse files Browse the repository at this point in the history
…/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
  • Loading branch information
torvalds committed Feb 8, 2019
2 parents 27b4ad6 + ce5cbf5 commit e2dac60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/acpi/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e2dac60

Please sign in to comment.