commit | 3a3543db519478cd174e4554691f3d4828902c79 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 30 11:15:13 2023 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Aug 09 23:31:11 2023 +0800 |
tree | 019d366b378a905a7be12a243c6d6ba686d8d313 | |
parent | 4c4ccc5a0499cf2abdca95415caf7443c760a26d [diff] |
lib: Suppress E when writing error-string output When CONFIG_ERRNO_STR is not enabled this shows a spurious 'E' from the format string. Fix this. Fixes: 7f331941321 ("lib: Support printing an error string") Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>