diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-08-07 12:23:43 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-08-09 15:57:35 +0000 |
commit | 394ec02298091e87946a1aa82fba572819410a55 (patch) | |
tree | aa0b4140b697f61488a61e5d31313c1837dde42e /src/device/oprom/yabel/vbe.c | |
parent | 58d5df778a78f969af0d5c33a6ba145d125e4cf1 (diff) | |
download | coreboot-394ec02298091e87946a1aa82fba572819410a55.tar.xz |
src/device: Fix typo
Change-Id: I65e57b37db9649b30ca25b2150f21ebffee73105
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/27917
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/device/oprom/yabel/vbe.c')
-rw-r--r-- | src/device/oprom/yabel/vbe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/oprom/yabel/vbe.c b/src/device/oprom/yabel/vbe.c index c8b99d53b4..872ca15fbc 100644 --- a/src/device/oprom/yabel/vbe.c +++ b/src/device/oprom/yabel/vbe.c @@ -502,7 +502,7 @@ vbe_get_info(void) vbe_get_ddc_info(&ddc_info); #if 0 - DEBUG_PRINTF_VBE("DDC: edid_tranfer_time: %d\n", + DEBUG_PRINTF_VBE("DDC: edid_transfer_time: %d\n", ddc_info.edid_transfer_time); DEBUG_PRINTF_VBE("DDC: ddc_level: %x\n", ddc_info.ddc_level); DEBUG_PRINTF_VBE("DDC: EDID:\n"); |