Merge patch series "ti_sci: Address some issues found by Smatch"
authorTom Rini <trini@konsulko.com>
Thu, 16 Oct 2025 19:27:22 +0000 (13:27 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 16 Oct 2025 21:02:14 +0000 (15:02 -0600)
Andrew Goodbody <andrew.goodbody@linaro.org> says:

Prevent a memory leak from a non-freed malloc.
Return an error code on an error path.
Assign a value to a pointer before it is dereferenced.

Link: https://lore.kernel.org/r/20251008-ti_sci-v3-0-5866bf84adc6@linaro.org

Trivial merge