original_kernel/drivers/clk/actions
Colin Ian King bab79506fd clk: actions: remove redundant assignment after a mask operation
The assignment operation after a & mask operation is redundant,
the &= operator can be replaced with just the & operator.

Cleans up a clang-scan warning:
drivers/clk/actions/owl-pll.c:28:9: warning: Although the value
stored to 'mul' is used in the enclosing expression, the value is
never actually read from 'mul' [deadcode.DeadStores]

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20220418141537.83994-1-colin.i.king@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
2022-04-22 19:01:20 -07:00
..
Kconfig
Makefile
owl-common.c
owl-common.h
owl-composite.c
owl-composite.h
owl-divider.c
owl-divider.h
owl-factor.c
owl-factor.h
owl-fixed-factor.h
owl-gate.c
owl-gate.h
owl-mux.c
owl-mux.h
owl-pll.c clk: actions: remove redundant assignment after a mask operation 2022-04-22 19:01:20 -07:00
owl-pll.h
owl-reset.c
owl-reset.h
owl-s500.c clk: actions: Make sentinel elements more obvious 2022-03-11 18:13:24 -08:00
owl-s700.c clk: actions: Make sentinel elements more obvious 2022-03-11 18:13:24 -08:00
owl-s900.c clk: actions: Make sentinel elements more obvious 2022-03-11 18:13:24 -08:00