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

clk: mux: remove redundant initialization of variable width



Variable width is being ininitialized with a value that is never read.
The ininitializtion is redundant and can be removed. Move the variable
to the scope it is required.

Cleans up cppcheck warning:
Variable 'width' is assigned a value that is never used.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20220424182227.1364966-1-colin.i.king@gmail.com
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 3196a605
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