On Tue, Jul 22, 2025 at 10:50 AM Andrew Goodbody <andrew.goodb...@linaro.org> wrote: > > Local variable ret is declared as unsigned but is used to receive the > return value of functions that return int. ret is then tested for being > negative which must always fail. Change ret to be an int. > > This issue was found by Smatch. > > Signed-off-by: Andrew Goodbody <andrew.goodb...@linaro.org>
Applied, thanks.