[PATCH 3/7] pinctrl: ingenic: Fix type in .pin_config_group_get() callback
H. Nikolaus Schaller
hns at goldelico.com
Sat May 2 07:48:21 PDT 2026
> Am 30.04.2026 um 17:33 schrieb Geert Uytterhoeven <geert+renesas at glider.be>:
>
> 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 at glider.be>
tested to show no visible difference on Ingenic X1600 based board (Letux X16) on top of v7.1-rc1.
BR and thanks,
Nikolaus
More information about the linux-arm-kernel
mailing list