commit | bb09393cfa4806da11e1a09b1de5a55e056d5440 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Dec 25 14:30:04 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 31 14:32:02 2020 +0100 |
tree | 2982e48acf699eac835763550663b892303754af | |
parent | 19cb98231aa6329aa2070edb25f47055242524d8 [diff] |
fs: fat: eliminate DIRENTSPERBLOCK() macro 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> Reviewed-by: Simon Glass <sjg@chromium.org>