Xiu Jianfeng b55226f855 clk: visconti: Fix memory leak in visconti_register_pll()
@pll->rate_table has allocated memory by kmemdup(), if clk_hw_register()
fails, it should be freed, otherwise it will cause memory leak issue,
this patch fixes it.

Fixes: b4cbe606dc36 ("clk: visconti: Add support common clock driver and reset driver")
Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
Link: https://lore.kernel.org/r/20221122152353.204132-1-xiujianfeng@huawei.com
Acked-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
2022-11-29 12:11:00 -08:00
..
2022-03-11 18:22:15 -08:00
2022-11-22 17:52:07 -08:00
2022-10-03 12:34:32 -07:00
2022-11-22 17:52:07 -08:00
2022-03-11 18:22:15 -08:00
2022-10-10 20:37:50 -07:00
2022-03-11 18:22:15 -08:00
2020-12-07 16:56:41 -08:00