[GIT PULL] ACPI fixes for v5.10-rc2

From: Rafael J. Wysocki
Date: Fri Oct 30 2020 - 12:30:23 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-5.10-rc2

with top-most commit 8f7304bb9113c95b256d3aa79a884b4c60a806e1

Merge branches 'acpi-button' and 'acpi-dock'

on top of commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec

Linux 5.10-rc1

to receive ACPI fixes for 5.10-rc2.

These fix three assorted minor issues.

Specifics:

- Eliminate compiler warning emitted when building the ACPI dock
driver (Arnd Bergmann).

- Drop lid_init_state quirk for Acer SW5-012 that is not needed any
more after recent changes (Hans de Goede).

- Fix "missing minus" typo in the NFIT parsing code (Zhang Qilong).

Thanks!


---------------

Arnd Bergmann (1):
ACPI: dock: fix enum-conversion warning

Hans de Goede (1):
ACPI: button: Drop no longer necessary Acer SW5-012 lid_init_state quirk

Zhang Qilong (1):
ACPI: NFIT: Fix comparison to '-ENXIO'

---------------

drivers/acpi/button.c | 13 -------------
drivers/acpi/dock.c | 3 ++-
drivers/acpi/nfit/core.c | 2 +-
3 files changed, 3 insertions(+), 15 deletions(-)