commit | 3bd905d17c424bf99d6c8c66b0a6e1c1b98c0aab | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sun Apr 13 10:55:02 2025 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 21 11:07:04 2025 -0600 |
tree | 8585bc174d050e1c2fadf8b6b2b5d614f75e7ed3 | |
parent | 948256070ce9afd263ff89048d3a73ef5b71e6ff [diff] |
fs: exfat: Fix exfat_fs_exists() return value The exfat_fs_exists() should return 0 in case the path does not exist, and 1 in case the path does exist. Fix the inverted return value. This fixes 'test -e' command with exfat. Fixes: b86a651b646c ("fs: exfat: Add U-Boot porting layer") Signed-off-by: Marek Vasut <marex@denx.de>