Re: [PATCH 2/3] pinctrl: ma35: Use int type to store negative error codes
From: Linus Walleij
Date: Mon Sep 01 2025 - 09:14:15 EST
On Sun, Aug 31, 2025 at 10:50 AM Qianfeng Rong <rongqianfeng@xxxxxxxx> wrote:
> Change the 'ret' variable in ma35_pinctrl_parse_functions() from u32 to
> int, as it needs to store either negative error codes or zero returned
> by ma35_pinctrl_parse_groups().
>
> No effect on runtime.
>
> Signed-off-by: Qianfeng Rong <rongqianfeng@xxxxxxxx>
This patch (2/3) applied for next in the pinctrl tree.
Yours,
Linus Walleij