diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-07-26 06:43:33 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-07-26 08:39:31 +0000 |
commit | a31cd21c3ad1ef8029aed733a3f8ab2286b81385 (patch) | |
tree | 81883377441d3a665c2b2f825887aafed27ee39d /src | |
parent | cf96c2a4f15dcb9653f0325935cf05a454f0d4f2 (diff) | |
download | coreboot-a31cd21c3ad1ef8029aed733a3f8ab2286b81385.tar.xz |
oprom/yabel: Fix comment to fix the build
Old comment did not match the pattern required
to not flag the fall-through as an error.
Change-Id: I2afaca969c295a5dc4389dad0ce898c87bb841a6
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34578
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
Reviewed-by: Johanna Schander <coreboot@mimoja.de>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/device/oprom/yabel/io.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/device/oprom/yabel/io.c b/src/device/oprom/yabel/io.c index e8c41ce24a..051a601569 100644 --- a/src/device/oprom/yabel/io.c +++ b/src/device/oprom/yabel/io.c @@ -184,8 +184,7 @@ my_inb(X86EMU_pioAddr addr) X86EMU_trace_on(); } M.x86.debug &= ~DEBUG_DECODE_NOPRINT_F; - //HALT_SYS(); - // no break, intentional fall-through to default!! + // fall-through default: DEBUG_PRINTF_IO ("%s(%04x) reading from bios_device.io_buffer\n", |