Add missing instruction break.
authorZheng Bao <zheng.bao@amd.com>
Thu, 9 Dec 2010 06:18:29 +0000 (06:18 +0000)
committerZheng Bao <Zheng.Bao@amd.com>
Thu, 9 Dec 2010 06:18:29 +0000 (06:18 +0000)
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Zheng Bao <zheng.bao@amd.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6155 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/southbridge/amd/rs780/gfx.c

index 1763c36047a150b3d8245d7ee53d7b6637d51106..4a141314f9a7a61aaf05ee10a415cc782f5f9839 100644 (file)
@@ -1298,7 +1298,6 @@ void rs780_gfx_init(device_t nb_dev, device_t dev, u32 port)
                break;
 
        case 2:
-
                if(is_dev3_present()){
                        /* step 1, lane reversal (only need if CMOS option is enabled) */
                        if (cfg->gfx_lane_reversal) {
@@ -1332,6 +1331,7 @@ void rs780_gfx_init(device_t nb_dev, device_t dev, u32 port)
                                printk(BIOS_DEBUG, "If dev3.., single port. Do nothing.\n");
                            }
                }
+               break;
 
        default:
                printk(BIOS_INFO, "Incorrect configuration of external GFX slot.\n");