Quoting Stephen Boyd (2020-09-22 12:16:41) > The provider variable is already dereferenced earlier in this function. > Drop the check for NULL as it is impossible. > > Found with smatch > > drivers/clk/tegra/clk-tegra210-emc.c:131 tegra210_clk_emc_set_rate() warn: > variable dereferenced before check 'provider' (see line 124) > > Cc: Joseph Lo <jose...@nvidia.com> > Cc: Thierry Reding <tred...@nvidia.com> > Fixes: 0ac65fc946d3 ("clk: tegra: Implement Tegra210 EMC clock") > Signed-off-by: Stephen Boyd <sb...@kernel.org> > ---
Applied to clk-next