superio/winbond/w83627hf/acpi: Replace LAnd() with ASL 2.0 syntax

Replace `LAnd (a, b)` with `a && b`.

Change-Id: I66aedbab79d6b0d8e727d19b86458789a09889a8
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60573
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Singer 2021-12-31 12:32:08 +01:00
parent b232ca67d7
commit db4cf7f93a

View file

@ -1166,7 +1166,7 @@ Device(SIO) {
{
Store (0x00, Local0)
ENTER_CONFIG_MODE (5)
If (LAnd(ACTR, IRQ1) ) {
If (ACTR && IRQ1) {
Store (0x0F, Local0)
}
ElseIf (Lor(LOr (IO1H, IO1L), LOr (IO2H, IO2L)))