
29 Dec
2020
29 Dec
'20
4:32 a.m.
On Fri, 25 Dec 2020 at 07:11, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
The FAT filesystem implementation uses several marcros referring to a magic variable name mydata which renders the code less readable. Eliminate one of them which is only used for a debug() statement.
Use log_debug() instead of debug().
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Applicable to origin/next
fs/fat/fat.c | 5 ++--- include/fat.h | 1 - 2 files changed, 2 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org