Re: [PATCH 1/2] pinctrl: qcom: Convert to platform remove callback returning void
From: Konrad Dybcio
Date: Wed Nov 29 2023 - 08:21:47 EST
On 29.11.2023 11:04, Tengfei Fan wrote:
> Use .remove_new() instead of .remove() for converting to plarform remove
s/plarform/platform
> callback returning void.
>
> Signed-off-by: Tengfei Fan <quic_tengfan@xxxxxxxxxxx>
> ---
The commit title should include the platform name, i.e.
pinctrl: qcom: sm4450: xxx
The change itself looks good
Konrad