ec/google/chromeec/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntax
commit8ab0975683c1416479bd5ddd85303cc79d8db770
authorFelix Singer <felixsinger@posteo.net>
Sun, 2 Jan 2022 01:48:53 +0000 (2 02:48 +0100)
committerFelix Singer <felixsinger@posteo.net>
Thu, 9 Jun 2022 09:03:15 +0000 (9 09:03 +0000)
tree2b3d9d225b5b1d85517a5aeaa33a1466fd1ed987
parent9fa818d763f37a55d1ce59dbacf56fb6dca829c3
ec/google/chromeec/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntax

Replace `LNotEqual(a, b)` with `a != b`.

Change-Id: I2e0c5961fcc90c97666f49837a71f6c0bdc429b3
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60699
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
src/ec/google/chromeec/acpi/battery.asl
src/ec/google/chromeec/acpi/ec.asl