]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "fs: exfat: Fix some Smatch issues"
authorTom Rini <trini@konsulko.com>
Tue, 15 Jul 2025 15:55:54 +0000 (09:55 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 15 Jul 2025 15:55:54 +0000 (09:55 -0600)
Andrew Goodbody <andrew.goodbody@linaro.org> says:

Smatch reported issues with variables being dereferenced before NULL
checks and also testing an unsigned variable for being negative.

Link: https://lore.kernel.org/r/20250707-exfat_fix-v1-0-e5783978cd11@linaro.org

Trivial merge