Re: [PATCH 2/3] clk: lmk04832: Don't disable vco clock on probe fail
From: Stephen Boyd
Date: Wed Aug 23 2023 - 18:49:35 EST
Quoting Mike Looijmans (2023-08-01 23:40:59)
> The probe() method never calls clk_prepare_enable(), so it should not
> call clk_disable_unprepare() for the vco.clk in the error path. Fixes
> a "lmk-vco already disabled" BUG when probe fails.
>
> Signed-off-by: Mike Looijmans <mike.looijmans@xxxxxxxx>
> ---
Applied to clk-next