On Mon, 2020-02-24 at 10:06 +0100, Maxime Ripard wrote: > The clkdev lookup created for the cpufreq device is never removed if > there's an issue later in probe or at module removal time. > > Let's convert to the managed variant of the clk_hw_register_clkdev function > to make sure it happens. > > Cc: Michael Turquette > Cc: Stephen Boyd > Cc: linux-clk@vger.kernel.org > Signed-off-by: Maxime Ripard Acked-by: Nicolas Saenz Julienne Thanks! Nicolas