diff options
author | Qianfeng Rong <rongqianfeng@vivo.com> | 2025-08-31 16:49:58 +0800 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2025-09-08 12:03:08 +0200 |
commit | 9f062fc5b0ff44550088912ab89f9da40226a826 (patch) | |
tree | 77146c9baa341d77c3515fcc02a3e4c29d97c01b /fs/proc/array.c | |
parent | 837afa592c6234be82acb5d23e0a39e9befdaa85 (diff) |
pinctrl: renesas: Use int type to store negative error codes
Change the 'ret' variable in sh_pfc_pinconf_group_set() from unsigned
int to int, as it needs to store either negative error codes or zero
returned by sh_pfc_pinconf_set().
No effect on runtime.
Signed-off-by: Qianfeng Rong <rongqianfeng@vivo.com>
Fixes: d0593c363f04ccc4 ("pinctrl: sh-pfc: Propagate errors on group config")
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20250831084958.431913-4-rongqianfeng@vivo.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'fs/proc/array.c')
0 files changed, 0 insertions, 0 deletions