From 37a89d519d4e896b8ca87ff44a643932058f0880 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Mon, 3 Jan 2022 19:33:05 +0100 Subject: [PATCH] ec/lenovo/h8/acpi: Replace Not() with ASL 2.0 syntax Change-Id: I8a0f18d37c065827a0f5b54f24ea1fcde497c504 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/60724 Tested-by: build bot (Jenkins) Reviewed-by: Sean Rhodes --- src/ec/lenovo/h8/acpi/thinkpad.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ec/lenovo/h8/acpi/thinkpad.asl b/src/ec/lenovo/h8/acpi/thinkpad.asl index 1dc7c0542f..7c5610607c 100644 --- a/src/ec/lenovo/h8/acpi/thinkpad.asl +++ b/src/ec/lenovo/h8/acpi/thinkpad.asl @@ -91,7 +91,7 @@ Device (HKEY) } Else { - DHKN = DHKN & Not (Local0) + DHKN = DHKN & !Local0 } If (EN) {