On Mon, Jul 31, 2023 at 1:15 AM Simon Glass <s...@chromium.org> wrote: > > When CONFIG_ERRNO_STR is not enabled this shows a spurious 'E' from the > format string. Fix this. > > Signed-off-by: Simon Glass <s...@chromium.org> > Fixes: 7f331941321 ("lib: Support printing an error string") > --- > > (no changes since v1) > > lib/vsprintf.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>