Re: [U-Boot] [PATCH 1/1] fat: provide position in debug message

2018-08-13 Thread Heinrich Schuchardt
On 08/09/2018 08:37 PM, Heinrich Schuchardt wrote: > The debug message in file_fat_read_at() is not very useful without > indicating the position at which the file is read. > > Suggested-by: Tero Kristo > Signed-off-by: Heinrich Schuchardt > --- > fs/fat/fat.c | 2 +- > 1 file changed, 1 insert

[U-Boot] [PATCH 1/1] fat: provide position in debug message

2018-08-09 Thread Heinrich Schuchardt
The debug message in file_fat_read_at() is not very useful without indicating the position at which the file is read. Suggested-by: Tero Kristo Signed-off-by: Heinrich Schuchardt --- fs/fat/fat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/fat/fat.c b/fs/fat/fat.c ind