[PATCH v2 10/14] boot: Tidy up logging and naming in vbe_simple
Simon Glass
sjg at chromium.org
Mon Oct 17 23:30:11 CEST 2022
Make sure the log_msg_ret() values are unique so that the log trace is
unambiguous with LOG_ERROR_RETURN. Also avoid reusing the 'node' variable
for two different nodes in bootmeth_vbe_simple_ft_fixup(), since this is
confusing.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
boot/vbe_simple.c | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list