Evgeny Zinoviev has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33100
Change subject: ec/lenovo/h8: Fix method name in ACPI code ......................................................................
ec/lenovo/h8: Fix method name in ACPI code
Fix a typo.
Change-Id: I2ab624eccd9bad36908df7fd739828e9ed8a4f62 Signed-off-by: Evgeny Zinoviev me@ch1p.io --- M src/ec/lenovo/h8/acpi/lid.asl 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/33100/1
diff --git a/src/ec/lenovo/h8/acpi/lid.asl b/src/ec/lenovo/h8/acpi/lid.asl index a8e17cb..c9142f5 100644 --- a/src/ec/lenovo/h8/acpi/lid.asl +++ b/src/ec/lenovo/h8/acpi/lid.asl @@ -28,7 +28,7 @@ { Name(_HID, "PNP0C0D")
- Method(_LId, 0, NotSerialized) + Method(_LID, 0, NotSerialized) { return (LIDS) }
Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33100 )
Change subject: ec/lenovo/h8: Fix method name in ACPI code ......................................................................
Patch Set 1: Code-Review+2
Nico Huber has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/33100 )
Change subject: ec/lenovo/h8: Fix method name in ACPI code ......................................................................
ec/lenovo/h8: Fix method name in ACPI code
Fix a typo.
Change-Id: I2ab624eccd9bad36908df7fd739828e9ed8a4f62 Signed-off-by: Evgeny Zinoviev me@ch1p.io Reviewed-on: https://review.coreboot.org/c/coreboot/+/33100 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Patrick Rudolph siro@das-labor.org --- M src/ec/lenovo/h8/acpi/lid.asl 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Patrick Rudolph: Looks good to me, approved
diff --git a/src/ec/lenovo/h8/acpi/lid.asl b/src/ec/lenovo/h8/acpi/lid.asl index a8e17cb..c9142f5 100644 --- a/src/ec/lenovo/h8/acpi/lid.asl +++ b/src/ec/lenovo/h8/acpi/lid.asl @@ -28,7 +28,7 @@ { Name(_HID, "PNP0C0D")
- Method(_LId, 0, NotSerialized) + Method(_LID, 0, NotSerialized) { return (LIDS) }