ec/lenovo/h8/acpi: Replace Not() with ASL 2.0 syntax

Change-Id: I8a0f18d37c065827a0f5b54f24ea1fcde497c504
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60724
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
Felix Singer 2022-01-03 19:33:05 +01:00
parent 9a351fb445
commit 37a89d519d
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ Device (HKEY)
}
Else
{
DHKN = DHKN & Not (Local0)
DHKN = DHKN & !Local0
}
If (EN)
{