[coreboot-gerrit] New patch to review for coreboot: 6ecebf8 vx800/vga.c: Remove extraneous parentheses.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sun Dec 7 13:10:40 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7682

-gerrit

commit 6ecebf88c409b9be63bad89e7f9030c5b0b4d1b5
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sun Dec 7 13:03:16 2014 +0100

    vx800/vga.c: Remove extraneous parentheses.
    
    Change-Id: Ic81b5f66871ec78c72f2adc5723f22fa94a672e8
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/northbridge/via/vx800/vga.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/northbridge/via/vx800/vga.c b/src/northbridge/via/vx800/vga.c
index 7fe33f2..4ee249f 100644
--- a/src/northbridge/via/vx800/vga.c
+++ b/src/northbridge/via/vx800/vga.c
@@ -186,7 +186,7 @@ static void vga_init(device_t dev)
 	printk(BIOS_DEBUG, "Enable VGA console\n");
 	vga_enable_console();
 
-	if ((acpi_sleep_type == 3)/* || (PAYLOAD_IS_SEABIOS == 0)*/) {
+	if (acpi_sleep_type == 3/* || (PAYLOAD_IS_SEABIOS == 0)*/) {
 		/* It's not clear if these need to be programmed before or after
 		 * the VGA bios runs. Try both, clean up later */
 		/* Set memory rate to 200MHz */



More information about the coreboot-gerrit mailing list