Skip to content
Commit 3e6054d0 authored by Colin Ian King's avatar Colin Ian King Committed by Stephen Boyd
Browse files

clk: imx: remove redundant re-assignment of pll->base



There are two identical assignments of pll->base to the same value,
the second assignment is redundant and can be removed.

Cleans up cppcheck warning:
drivers/clk/imx/clk-sscg-pll.c:528:12: style: Variable 'pll->base' is
reassigned a value before the old one has been used. [redundantAssignment]

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20220303090508.1125175-1-colin.i.king@gmail.com


Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent c62b1f34
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment