On Tue, Oct 20, 2020 at 02:12:26PM +0800, Dinghao Liu wrote: > When clk_hw_register_fixed_rate_with_accuracy() fails, > clk_data should be freed. It's the same for the subsequent > two error paths, but we should also unregister the already > registered clocks in them. > > Signed-off-by: Dinghao Liu <dinghao.liu@xxxxxxxxxx> Acked-by: Maxime Ripard <mripard@xxxxxxxxxx> Maxime