diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-12-27 12:41:12 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2018-12-28 22:32:48 +0000 |
commit | 14df1b0eebee2cfa576578d111f3dce76b364328 (patch) | |
tree | 17753df78bc65b4c54196691810854baf7845a1c | |
parent | 2bf28e52eef2d63aac166906d7bcb72c59586177 (diff) |
superio/smsc/sch5147/acpi/superio.asl: Remove unneeded white spaces
Change-Id: I8a5d937bfc1e0ff61736c19a24b03c1a8defc427
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/30458
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
-rw-r--r-- | src/superio/smsc/sch5147/acpi/superio.asl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/superio/smsc/sch5147/acpi/superio.asl b/src/superio/smsc/sch5147/acpi/superio.asl index d1caff1109..fb49743d63 100644 --- a/src/superio/smsc/sch5147/acpi/superio.asl +++ b/src/superio/smsc/sch5147/acpi/superio.asl @@ -122,7 +122,7 @@ Device(SUPERIO_DEV) { #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)) @@ -153,7 +153,7 @@ Device (SUPERIO_ID(KBD, SUPERIO_KBC_LDN)) { Name (CRS, ResourceTemplate () { FixedIO (0x0060, 0x01) FixedIO (0x0064, 0x01) - IRQNoFlags (IR0) {} + IRQNoFlags (IR0) {} }) ENTER_CONFIG_MODE (SUPERIO_KBC_LDN) PNP_READ_IRQ(PNP_IRQ0, CRS, IR0) |