Re: [PATCH 1/1] fs: fs_devread should log error when read outside partition

2025-05-23 Thread Tom Rini
On Tue, 20 May 2025 16:49:24 -0700, Tony Dinh wrote: > Log the error if fs_devread() fails when trying to reading outside > partition. This will make bug reporting easier. > > Applied to u-boot/master, thanks! [1/1] fs: fs_devread should log error when read outside partition commit: ec3c

[PATCH 1/1] fs: fs_devread should log error when read outside partition

2025-05-20 Thread Tony Dinh
Log the error if fs_devread() fails when trying to reading outside partition. This will make bug reporting easier. Signed-off-by: Tony Dinh --- fs/fs_internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/fs_internal.c b/fs/fs_internal.c index ab4847ac257..ff27c564efc