From 742b467ef9ee7dbfba29d09b578761c9ce6e77ec Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 28 Jul 2016 17:21:59 +0200 Subject: [PATCH] UPSTREAM: gigabyte/ga_2761gxdk: Remove comment *endif* After the indentation is fixed in commit *mainboard: Format irq_tables.c* [1], the comment is redundant. So remove it. BUG=None BRANCH=None TEST=None [1] Change-Id: If254723f3013377fb3b9b08dd5eca6b76730ec4a BUG=None BRANCH=None TEST=None Change-Id: I1cd131711a631cef4bc95d31b77eb090cff28633 Reviewed-on: https://review.coreboot.org/15933 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-on: https://chromium-review.googlesource.com/366270 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Furquan Shaikh --- src/mainboard/gigabyte/ga_2761gxdk/irq_tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/gigabyte/ga_2761gxdk/irq_tables.c b/src/mainboard/gigabyte/ga_2761gxdk/irq_tables.c index abaaca21f5..d1168a751e 100644 --- a/src/mainboard/gigabyte/ga_2761gxdk/irq_tables.c +++ b/src/mainboard/gigabyte/ga_2761gxdk/irq_tables.c @@ -134,7 +134,7 @@ unsigned long write_pirq_routing_table(unsigned long addr) for (i = 0; i < 8; i++) pci_write_config8(dev, reg[i], irq[i]); - } // endif + } printk(BIOS_DEBUG, "Setting Onboard SiS Southbridge\n");