commit | 133fb16b0498c7200c212525ec48dd6463fcaea0 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sun Apr 13 10:55:00 2025 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 21 11:07:04 2025 -0600 |
tree | 35698e74998142978f8307a02d92316ca4ac8354 | |
parent | a72c4d9106cfa00647e6a1bcb61bfb3c761fff45 [diff] |
fs: exfat: Inhibit "impossible" print on write to bogus file Write into a bogus file, like '/.', triggers an "impossible" print from the exfat core code. That should not be printed in U-Boot, because U-Boot prints its own error message sooner. Inhibit this error message. The following command triggers the bogus print: " => save host 0:0 1000008 /. 0x10 " Fixes: b86a651b646c ("fs: exfat: Add U-Boot porting layer") Signed-off-by: Marek Vasut <marex@denx.de>