Re: [PATCH 3/7] pinctrl: ingenic: Fix type in .pin_config_group_get() callback
From: H. Nikolaus Schaller
Date: Sat May 02 2026 - 10:49:14 EST
> Am 30.04.2026 um 17:33 schrieb Geert Uytterhoeven <geert+renesas@xxxxxxxxx>:
>
> On 64-bit platforms, "unsigned long" is 64-bit. Hence checking if all
> "unsigned long" configuration values are equal should be done using an
> "unsigned long" temporary.
>
> While Ingenic is a 32-bit platform, it is still better to use the
> correct type, to serve as an example.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
tested to show no visible difference on Ingenic X1600 based board (Letux X16) on top of v7.1-rc1.
BR and thanks,
Nikolaus