Re: [PATCH 03/14] pinctrl: rockchip: constify rockchip_pin_ctrl for PX30

2025-04-07 Thread Kever Yang
On 2025/1/29 20:42, Quentin Schulz wrote: From: Quentin Schulz There's no need to modify private data from the controller, so let's make that struct const. Signed-off-by: Quentin Schulz Reviewed-by: Kever Yang Thanks, - Kever --- drivers/pinctrl/rockchip/pinctrl-px30.c | 2 +- 1 file

[PATCH 03/14] pinctrl: rockchip: constify rockchip_pin_ctrl for PX30

2025-01-29 Thread Quentin Schulz
From: Quentin Schulz There's no need to modify private data from the controller, so let's make that struct const. Signed-off-by: Quentin Schulz --- drivers/pinctrl/rockchip/pinctrl-px30.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/rockchip/pinctrl-px30.