From 0da53b46cd0735b75e75f950b39f1c2d46c194ae Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 21 Sep 2016 21:14:02 +0200 Subject: [PATCH] UPSTREAM: mainboard/lippert: Use tabs for indents BUG=None BRANCH=None TEST=None Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/16686 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Change-Id: If16d55e4ba0702176dc61524915d215ea46c14ba Reviewed-on: https://chromium-review.googlesource.com/389512 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- src/mainboard/lippert/frontrunner/irq_tables.c | 2 +- src/mainboard/lippert/frontrunner/romstage.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/lippert/frontrunner/irq_tables.c b/src/mainboard/lippert/frontrunner/irq_tables.c index a8f7e364f7..25e2dcb99d 100644 --- a/src/mainboard/lippert/frontrunner/irq_tables.c +++ b/src/mainboard/lippert/frontrunner/irq_tables.c @@ -38,5 +38,5 @@ static const struct irq_routing_table intel_irq_routing_table = { }; unsigned long write_pirq_routing_table(unsigned long addr) { - return copy_pirq_routing_table(addr, &intel_irq_routing_table); + return copy_pirq_routing_table(addr, &intel_irq_routing_table); } diff --git a/src/mainboard/lippert/frontrunner/romstage.c b/src/mainboard/lippert/frontrunner/romstage.c index 15286e6039..8120704814 100644 --- a/src/mainboard/lippert/frontrunner/romstage.c +++ b/src/mainboard/lippert/frontrunner/romstage.c @@ -102,7 +102,7 @@ void main(unsigned long bist) outb( 0x87, 0x4E); //enter SuperIO configuration mode outb( 0x87, 0x4E); - outb(0x20, 0x4e); + outb(0x20, 0x4e); temp = inb(0x4f); printk(BIOS_DEBUG, "%02x", temp); if (temp != 0x52){