Author: zbao Date: Thu Dec 9 07:18:29 2010 New Revision: 6155 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6155
Log: Add missing instruction break.
Signed-off-by: Zheng Bao zheng.bao@amd.com Acked-by: Zheng Bao zheng.bao@amd.com
Modified: trunk/src/southbridge/amd/rs780/gfx.c
Modified: trunk/src/southbridge/amd/rs780/gfx.c ============================================================================== --- trunk/src/southbridge/amd/rs780/gfx.c Wed Dec 8 22:45:57 2010 (r6154) +++ trunk/src/southbridge/amd/rs780/gfx.c Thu Dec 9 07:18:29 2010 (r6155) @@ -1298,7 +1298,6 @@ 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 @@ printk(BIOS_DEBUG, "If dev3.., single port. Do nothing.\n"); } } + break;
default: printk(BIOS_INFO, "Incorrect configuration of external GFX slot.\n");