projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1865bb
)
bios_emulator: remove stray break
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Thu, 1 Aug 2019 17:37:08 +0000
(19:37 +0200)
committer
Bin Meng
<bmeng.cn@gmail.com>
Fri, 9 Aug 2019 14:24:02 +0000
(22:24 +0800)
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>
drivers/bios_emulator/atibios.c
patch
|
blob
|
history
diff --git
a/drivers/bios_emulator/atibios.c
b/drivers/bios_emulator/atibios.c
index 4f362d1453fa6914854868dd866522130e58d2ea..fb806b53d4410d492cad3ac21745e4194f51c9e2 100644
(file)
--- a/
drivers/bios_emulator/atibios.c
+++ b/
drivers/bios_emulator/atibios.c
@@
-136,7
+136,6
@@
static int atibios_debug_mode(BE_VGAInfo *vga_info, RMREGS *regs,
bool linear_ok;
int attr;
- break;
debug("Mode %x: ", mode);
memset(buffer, '\0', sizeof(struct vbe_mode_info));
regs->e.eax = VESA_GET_MODE_INFO;