Re: [PATCH] clk: tegra: Drop !provider check in tegra210_clk_emc_set_rate()

From: Stephen Boyd
Date: Wed Sep 23 2020 - 19:59:38 EST


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 <josephl@xxxxxxxxxx>
> Cc: Thierry Reding <treding@xxxxxxxxxx>
> Fixes: 0ac65fc946d3 ("clk: tegra: Implement Tegra210 EMC clock")
> Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxx>
> ---

Applied to clk-next