]> git.ipfire.org Git - people/ms/u-boot.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)
commitd2f715802833d636513dcd3c156632e35bd04454
tree613dd05cad37a63dd3fe68728376c4aade1f3edc
parenta327bde7838eab7de33b487e3190661fa24dec45
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