fs: exfat: Inhibit "impossible" print on write to bogus file
authorMarek Vasut <marex@denx.de>
Sun, 13 Apr 2025 08:55:00 +0000 (10:55 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 21 Apr 2025 17:07:04 +0000 (11:07 -0600)
commit21b04b3d72cfea587a8b616410371a191768c5e7
tree35698e74998142978f8307a02d92316ca4ac8354
parentaeed1373724e862acec9fda972d352c9241ee901
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>
fs/exfat/lookup.c