Quoting Maxime Ripard (2020-04-24 08:33:50) > The pllb_arm clock was created at probe time, but was never removed if > something went wrong later in probe, or if the driver was ever removed from > the system. > > Now that we are using clk_hw_register, we can just use its managed variant
clk_hw_register() > to take care of that for us. > > Cc: Michael Turquette <[email protected]> > Cc: [email protected] > Acked-by: Nicolas Saenz Julienne <[email protected]> > Reviewed-by: Stephen Boyd <[email protected]> > Signed-off-by: Maxime Ripard <[email protected]> > --- Reviewed-by: Stephen Boyd <[email protected]> _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
