Skip to content
ACPI fixes for v4.12-rc4

 - Revert one more commit related to the ACPI-based handling of
   laptop lids that changed the default behavior on laptops that
   booted with closed lids and introduced a regression there
   (Benjamin Tissoires).

 - Add a missing acpi_put_table() to the code implementing the
   /sys/firmware/acpi/tables interface to prevent a counter in
   the ACPICA core from overflowing (Dan Williams).

 - Drop error messages printed by ACPICA on acpi_get_table()
   reference counting mismatches as they need not indicate real
   errors at this point (Lv Zheng).