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:
parent
2e6c3c8936
commit
60a0a3d629
|
@ -28,7 +28,7 @@ Device(LID)
|
|||
{
|
||||
Name(_HID, "PNP0C0D")
|
||||
|
||||
Method(_LId, 0, NotSerialized)
|
||||
Method(_LID, 0, NotSerialized)
|
||||
{
|
||||
return (LIDS)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue