Quoting Thierry Reding (2023-06-30 06:07:48) > From: Thierry Reding <treding@xxxxxxxxxx> > > Commit 493ffb046cf5 ("clk: tegra: super: Switch to determine_rate") > replaced clk_super_round_rate() by clk_super_determine_rate(), but > didn't update one callsite that was explicitly calling the old > tegra_clk_super_ops.round_rate() function, which was now NULL. This > resulted in a crash on Tegra30 systems during early boot. > > Switch this callsite over to the clk_super_determine_rate() equivalent > to avoid the crash. > > Fixes: 493ffb046cf5 ("clk: tegra: super: Switch to determine_rate") > Tested-by: Dmitry Osipenko <digetx@xxxxxxxxx> > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- Applied to clk-next