[coreboot] r3652 - trunk/coreboot-v2/src/southbridge/via/vt8237r

svn at coreboot.org svn at coreboot.org
Sun Oct 12 22:35:58 CEST 2008


Author: cozzie
Date: 2008-10-12 22:35:58 +0200 (Sun, 12 Oct 2008)
New Revision: 3652

Modified:
   trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_lpc.c
Log:
Remove an extra bracket left by the vt8237r cleanup patch (trivial)

Signed-off-by: Corey Osgood <corey.osgood at gmail.com>
Acked-by: Corey Osgood <corey.osgood at gmail.com>



Modified: trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_lpc.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_lpc.c	2008-10-12 14:40:23 UTC (rev 3651)
+++ trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_lpc.c	2008-10-12 20:35:58 UTC (rev 3652)
@@ -55,7 +55,7 @@
 	/* IO-APIC virtual wire mode configuration. */
 	/* mask, trigger, polarity, destination, delivery, vector */
 	{0, ENABLED | TRIGGER_EDGE | POLARITY_HIGH | PHYSICAL_DEST |
-		    ExtINT, NONE}, {
+		    ExtINT, NONE},
 	{1,  DISABLED, NONE},
 	{2,  DISABLED, NONE},
 	{3,  DISABLED, NONE},





More information about the coreboot mailing list