Re: [PATCH v2 1/3] clk: mediatek: Make mtk_clk_simple_remove() return void

From: Stephen Boyd
Date: Wed May 10 2023 - 16:43:20 EST


Quoting Uwe Kleine-König (2023-04-30 12:02:31)
> __mtk_clk_simple_remove() and so also mtk_clk_simple_remove() return
> zero unconditionally. Make them return no value instead and convert the
> drivers making use of it to platform_driver's .remove_new().
>
> This makes the semantics in the callers of mtk_clk_simple_remove() clearer
> and prepares for the quest to make platform driver's remove function return
> void. There is no semantic change.
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
> ---

Applied to clk-next