Re: [U-Boot] [PATCH 1/1] fs/fat: remove distractive message in file_fat_read_at()

2018-01-03 Thread Simon Glass
On 1 January 2018 at 13:31, Heinrich Schuchardt wrote: > The message "reading %s\n" may be interesting when > debugging but otherwise it is superfluous. > > Only output the message when debugging. > > Signed-off-by: Heinrich Schuchardt > --- >

[U-Boot] [PATCH 1/1] fs/fat: remove distractive message in file_fat_read_at()

2018-01-01 Thread Heinrich Schuchardt
The message "reading %s\n" may be interesting when debugging but otherwise it is superfluous. Only output the message when debugging. Signed-off-by: Heinrich Schuchardt --- fs/fat/fat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/fat/fat.c