summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/x200
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-09-10 11:35:21 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2020-09-21 15:57:10 +0000
commit7c9ad7efdb902c8d37b7b1434a19e5a7264a13fc (patch)
tree8039b78ea8030c7b7b7a19f86cd300dd2e407202 /src/mainboard/lenovo/x200
parentf219cd8342ba8088eb3c48aac71d4975a35527ac (diff)
downloadcoreboot-7c9ad7efdb902c8d37b7b1434a19e5a7264a13fc.tar.gz
coreboot-7c9ad7efdb902c8d37b7b1434a19e5a7264a13fc.tar.bz2
coreboot-7c9ad7efdb902c8d37b7b1434a19e5a7264a13fc.zip
mb/lenovo: Drop unneeded empty lines
Change-Id: Icad51da75d99dd541f8f2621a16eae13a596d264 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44618 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard/lenovo/x200')
-rw-r--r--src/mainboard/lenovo/x200/acpi_tables.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x200/acpi_tables.c b/src/mainboard/lenovo/x200/acpi_tables.c
index 14b5a8bbe9f5..b26996e43839 100644
--- a/src/mainboard/lenovo/x200/acpi_tables.c
+++ b/src/mainboard/lenovo/x200/acpi_tables.c
@@ -46,6 +46,5 @@ unsigned long acpi_fill_madt(unsigned long current)
current += acpi_create_madt_irqoverride((acpi_madt_irqoverride_t *)
current, 0, 9, 9, MP_IRQ_POLARITY_HIGH | MP_IRQ_TRIGGER_LEVEL);
-
return current;
}