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>
This commit is contained in:
Evgeny Zinoviev 2019-05-30 04:16:18 +03:00 committed by Nico Huber
parent 2e6c3c8936
commit 60a0a3d629
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Device(LID)
{
Name(_HID, "PNP0C0D")
Method(_LId, 0, NotSerialized)
Method(_LID, 0, NotSerialized)
{
return (LIDS)
}