Re: [PATCH] fs: fat: eliminate DIRENTSPERBLOCK() macro

2020-12-28 Thread Simon Glass
On Fri, 25 Dec 2020 at 07:11, Heinrich Schuchardt 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 d

[PATCH] fs: fat: eliminate DIRENTSPERBLOCK() macro

2020-12-25 Thread Heinrich Schuchardt
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 --- Applicable to origin