Re: [PATCH 01/30] clk: mediatek: Make mtk_clk_simple_remove() return void

From: AngeloGioacchino Del Regno
Date: Mon Mar 13 2023 - 04:58:55 EST


Il 12/03/23 17:14, Uwe Kleine-König ha scritto:
mtk_clk_simple_remove() returned zero unconditionally. Make it return no
value instead and convert the respective drivers to .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.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>

Hello Uwe,

since there's a big cleanup series that is well reviewed and that is touching
practically all MediaTek clock drivers, can you please rebase this commit over
[1]?

Thanks,
Angelo

[1]: https://patchwork.kernel.org/project/linux-mediatek/list/?series=726914