Re: [PATCH 00/40] soc: Convert to platform remove callback returning void

From: Konrad Dybcio
Date: Mon Sep 25 2023 - 06:03:44 EST


On 25.09.2023 11:54, Uwe Kleine-König wrote:
> Hello,
>
> this series converts all platform drivers below drivers/soc to use
> .remove_new(). The motivation is to get rid of an integer return code
> that is (mostly) ignored by the platform driver core and error prone on
> the driver side.
>
> See commit 5c5a7680e67b ("platform: Provide a remove callback that
> returns no value") for an extended explanation and the eventual goal.
>
Acked-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> # qcom

Konrad