diff options
| author | Geert Uytterhoeven <geert+renesas@glider.be> | 2026-04-30 17:33:14 +0200 |
|---|---|---|
| committer | Linus Walleij <linusw@kernel.org> | 2026-05-06 21:05:15 +0200 |
| commit | 2892054decdf01be2be2e45e5b9570124d8418c6 (patch) | |
| tree | fe5989e3a48725a0227e05092a9560a7466c0815 /include/linux | |
| parent | 34460ff07b182586b5c465041e1f7cb3387a3de2 (diff) | |
pinctrl: ingenic: Fix type in .pin_config_group_get() callback
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@glider.be>
Acked-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Linus Walleij <linusw@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
