]> git.ipfire.org Git - thirdparty/u-boot.git/commit
fs: fat: Shrink the size of a few strings
authorSimon Glass <sjg@chromium.org>
Sun, 16 Jul 2023 03:39:06 +0000 (21:39 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 09:12:26 +0000 (17:12 +0800)
commit78211de6002734c6cf7c39c21990f6ba2cc5c965
tree9ebd9801badab6a827388927decee6d081cbe55a
parente7595aa350ae61e3dfefbde8fe3af01c12b65ccf
fs: fat: Shrink the size of a few strings

To save a few bytes, replace Error with ** and try to use the same string
for multiple messages where possible.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
fs/fat/fat.c
fs/fat/fat_write.c