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

Stephen Boyd sboyd at kernel.org
Wed May 10 13:43:10 PDT 2023


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 at pengutronix.de>
> ---

Applied to clk-next



More information about the linux-arm-kernel mailing list