Re: [PATCH v2] pinctrl: abx500: Fix type of 'argument' variable

From: Linus Walleij

Date: Mon Mar 23 2026 - 09:36:42 EST


On Fri, Mar 20, 2026 at 4:15 PM Yu-Chun Lin <eleanor15x@xxxxxxxxx> wrote:

> The argument variable is assigned the return value of
> pinconf_to_config_argument(), which returns a u32. Change its type from
> enum pin_config_param to unsigned int to correctly store the configuration
> argument.
>
> Fixes: 03b054e9696c ("pinctrl: Pass all configs to driver on pin_config_set()")
> Signed-off-by: Yu-Chun Lin <eleanor15x@xxxxxxxxx>

Patch applied as nonurgent fix, thanks!

Yours,
Linus Walleij