]> git.baikalelectronics.ru Git - uboot.git/commit
fs/fat: remove distractive message in file_fat_read_at()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 1 Jan 2018 20:31:58 +0000 (21:31 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 19 Jan 2018 20:49:28 +0000 (15:49 -0500)
commitc6ac36e3da9fffb6fdc9befd5305edf157f903f9
tree613dd05cad37a63dd3fe68728376c4aade1f3edc
parentf62dd613f78f1022d582cf020d8425aec12b8577
fs/fat: remove distractive message in file_fat_read_at()

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 <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
fs/fat/fat.c