diff options
author | Stephen Boyd <sboyd@kernel.org> | 2020-09-22 12:16:41 -0700 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-09-23 16:59:28 -0700 |
commit | f102ed0686b16a91473ad8ca4af8159b2d6bcb0a (patch) | |
tree | b71f780befdd25d18f7323926089dca013690b01 /drivers/clk/actions | |
parent | 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5 (diff) | |
download | linux-f102ed0686b16a91473ad8ca4af8159b2d6bcb0a.tar.bz2 |
clk: tegra: Drop !provider check in tegra210_clk_emc_set_rate()
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@nvidia.com>
Cc: Thierry Reding <treding@nvidia.com>
Fixes: 0ac65fc946d3 ("clk: tegra: Implement Tegra210 EMC clock")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20200922191641.2305144-1-sboyd@kernel.org
Acked-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/clk/actions')
0 files changed, 0 insertions, 0 deletions