commit | 315c81d1f96758feb379f324238c61a32704dbc1 | [log] [tgz] |
---|---|---|
author | Andreas Dannenberg <dannenberg@ti.com> | Mon Aug 13 21:35:15 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 20 07:21:28 2018 -0400 |
tree | 7364268c4b81ab259632e70ed61407383af7a720 | |
parent | 7dbffe40a3386d196000919f0af31ad5c8eaf57b [diff] |
fs/fat: debug-print file read position during file_fat_read_at() In order to make the debug print in file_fat_read_at() a tad more useful, show the offset the file is being read at alongside the filename. Suggested-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Andreas Dannenberg <dannenberg@ti.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>