[coreboot-gerrit] New patch to review for coreboot: gigabyte/ga_2761gxdk: Remove comment *endif*

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Thu Jul 28 18:48:44 CEST 2016


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15933

-gerrit

commit d819efea8999020df4f95fb7af1f3ae9f5b87bd2
Author: Paul Menzel <pmenzel at molgen.mpg.de>
Date:   Thu Jul 28 17:21:59 2016 +0200

    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.
    
    [1] Change-Id: If254723f3013377fb3b9b08dd5eca6b76730ec4a
    
    Change-Id: Iebbcf10ee3cef1b4cf60ea34a6b3ad51e2208671
---
 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 abaaca2..d1168a7 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");
 



More information about the coreboot-gerrit mailing list