]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "power: regulator: Fix some Smatch reported issues"
authorTom Rini <trini@konsulko.com>
Fri, 29 Aug 2025 22:45:27 +0000 (16:45 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 31 Aug 2025 15:32:17 +0000 (09:32 -0600)
Andrew Goodbody <andrew.goodbody@linaro.org> says:

Smatch reported some issues in the regulator drivers, mostly repeated
instances of testing an unsigned variable for being negative but also an
expression needing parenthesis to be interpreted as expected.

[trini: Drop 5/6 for now due to changes being requested on review]

Link: https://lore.kernel.org/r/20250807-pwr_regulator-v1-0-42a4105336ec@linaro.org

Trivial merge