]> git.baikalelectronics.ru Git - uboot.git/commit
fs/fat: debug-print file read position during file_fat_read_at()
authorAndreas Dannenberg <dannenberg@ti.com>
Tue, 14 Aug 2018 02:35:15 +0000 (21:35 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 20 Aug 2018 11:21:28 +0000 (07:21 -0400)
commit8bf6f410535f06c3ed2d7b4d5b21d8c21532e0cd
tree7364268c4b81ab259632e70ed61407383af7a720
parent097121af53b630e3dcef80ca2905d6d16494b1c9
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>
fs/fat/fat.c