Quoting Dan Carpenter (2023-10-23 22:00:53) > The mtk_clk_register_pll_ops() currently frees the "pll" parameter. > The function has two callers, mtk_clk_register_pll() and > mtk_clk_register_pllfh(). The first one, the _pll() function relies on > the free, but for the second _pllfh() function it causes a double free > bug. > > Really the frees should be done in the caller because that's where > the allocation is. > > Fixes: d7964de8a8ea ("clk: mediatek: Add new clock driver to handle FHCTL hardware") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > --- Applied to clk-next