On Mon, Jun 19, 2023 at 8:02 PM Simon Glass <[email protected]> wrote: > > 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 <[email protected]> > --- > > (no changes since v2) > > Changes in v2: > - Drop ** in strings and use log_err() for messages > > fs/fat/fat.c | 20 +++++++++++--------- > fs/fat/fat_write.c | 14 ++++---------- > 2 files changed, 15 insertions(+), 19 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>

