Re: [PATCH v3 29/31] clk: mediatek: mt8195: Implement error handling in probe functions

From: Stephen Boyd
Date: Thu Feb 17 2022 - 15:29:46 EST


Quoting Chen-Yu Tsai (2022-02-08 04:40:32)
> Until now the mediatek clk driver library did not have any way to
> unregister clks, and so all drivers did not do proper cleanup in
> their error paths.
>
> Now that the library does have APIs to unregister clks, use them
> in the error path of the probe functions for the mt8195 clk drivers
> to do proper cleanup.
>
> Signed-off-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx>
> ---

Applied to clk-next