HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30458
Change subject: superio/smsc/sch5147/acpi/superio.asl: Remove unneeded white space ......................................................................
superio/smsc/sch5147/acpi/superio.asl: Remove unneeded white space
Change-Id: I8a5d937bfc1e0ff61736c19a24b03c1a8defc427 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/superio/smsc/sch5147/acpi/superio.asl 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/30458/1
diff --git a/src/superio/smsc/sch5147/acpi/superio.asl b/src/superio/smsc/sch5147/acpi/superio.asl index d1caff1..209dca1 100644 --- a/src/superio/smsc/sch5147/acpi/superio.asl +++ b/src/superio/smsc/sch5147/acpi/superio.asl @@ -122,7 +122,7 @@
#ifdef SCH5147_SHOW_KBC /* we can't read back the IO resources so hardcode them */ - #define SUPERIO_KBC_LDN 7 + #define SUPERIO_KBC_LDN 7 Device (SUPERIO_ID(KBD, SUPERIO_KBC_LDN)) { Name (_HID, EisaId ("PNP0303")) Name (_UID, SUPERIO_UID(KBD, SUPERIO_KBC_LDN))