Re: [PATCH 2/2] pinctrl: qcom: add support for TLMM on SAR2130P

From: Uwe Kleine-König
Date: Fri Oct 18 2024 - 00:34:48 EST


Hello Dmitry,

On Thu, Oct 17, 2024 at 07:15:46PM +0300, Dmitry Baryshkov wrote:
> +static struct platform_driver sar2130p_tlmm_driver = {
> + .driver = {
> + .name = "sar2130p-tlmm",
> + .of_match_table = sar2130p_tlmm_of_match,
> + },
> + .probe = sar2130p_tlmm_probe,
> + .remove_new = msm_pinctrl_remove,
> +};

After commit 0edb555a65d1 ("platform: Make platform_driver::remove()
return void") .remove() is (again) the right callback to implement for
platform drivers. Please just drop "_new".

Best regards
Uwe

Attachment: signature.asc
Description: PGP signature