The variable rate64 is being initialized with a value that is never read
and it is being updated later with a new value. The initialization is
redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lkml.kernel.org/r/20200528221219.535804-1-colin.king@canonical.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| clk-cgu-pll.c | ||
| clk-cgu.c | ||
| clk-cgu.h | ||
| clk-lgm.c | ||
| clk-lpt.c | ||
| clk-pmc-atom.c | ||
| clk-st.c | ||