commit | a327bde7838eab7de33b487e3190661fa24dec45 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Jan 01 21:15:37 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 19 15:49:28 2018 -0500 |
tree | 2585b9a18189370d9e5f99f70c363ea543237cea | |
parent | 3cf0061ab52359b14de2db512a1b03d30054e939 [diff] |
fs: remove distractive message in fs_read() The message "** %s shorter than offset + len **\n" may be interesting when debugging but it does not indicate an error. So we should not write it if we are not in debug mode. Fixes: 7a3e70cfd88c fs/fs.c: read up to EOF when len would read past EOF Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>