commit | 88de80453c870e8befce315c51b4f80b79462cb1 | [log] [tgz] |
---|---|---|
author | Tony Dinh <mibodhi@gmail.com> | Tue May 20 16:49:24 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri May 23 10:42:31 2025 -0600 |
tree | 34082f49e69e9eaca6ce00868b3af7df20e580e3 | |
parent | e879e530b2763cc80621d9a32a14da09f3256518 [diff] |
fs: fs_devread should log error when read outside partition Log the error if fs_devread() fails when trying to reading outside partition. This will make bug reporting easier. Signed-off-by: Tony Dinh <mibodhi@gmail.com>