diff options
author | Evgeny Zinoviev <me@ch1p.com> | 2019-05-30 04:16:18 +0300 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-06-03 10:10:21 +0000 |
commit | 60a0a3d629d91f8909e5209753baf8f4b6bcc1f5 (patch) | |
tree | 07a4d6c27914343d517258d00426abb1c095dfc6 /src/ec | |
parent | 2e6c3c8936e4d5afcbd39226bc6b18a42119afee (diff) |
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>
Diffstat (limited to 'src/ec')
-rw-r--r-- | src/ec/lenovo/h8/acpi/lid.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/lenovo/h8/acpi/lid.asl b/src/ec/lenovo/h8/acpi/lid.asl index a8e17cb785..c9142f5ff9 100644 --- a/src/ec/lenovo/h8/acpi/lid.asl +++ b/src/ec/lenovo/h8/acpi/lid.asl @@ -28,7 +28,7 @@ Device(LID) { Name(_HID, "PNP0C0D") - Method(_LId, 0, NotSerialized) + Method(_LID, 0, NotSerialized) { return (LIDS) } |