mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 23:41:50 +00:00
bios_emulator: remove stray break
Remove a stray break which suppresses some debug messages. Indicated by cppcheck. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
c1865bbd16
commit
fd95e10178
1 changed files with 0 additions and 1 deletions
|
@ -136,7 +136,6 @@ static int atibios_debug_mode(BE_VGAInfo *vga_info, RMREGS *regs,
|
||||||
bool linear_ok;
|
bool linear_ok;
|
||||||
int attr;
|
int attr;
|
||||||
|
|
||||||
break;
|
|
||||||
debug("Mode %x: ", mode);
|
debug("Mode %x: ", mode);
|
||||||
memset(buffer, '\0', sizeof(struct vbe_mode_info));
|
memset(buffer, '\0', sizeof(struct vbe_mode_info));
|
||||||
regs->e.eax = VESA_GET_MODE_INFO;
|
regs->e.eax = VESA_GET_MODE_INFO;
|
||||||
|
|
Loading…
Add table
Reference in a new issue