diff options
author | 2022-04-24 19:22:27 +0100 | |
---|---|---|
committer | 2022-04-25 15:49:20 -0700 | |
commit | 14364fca21208d0954d594e1eccb4ad239881081 (patch) | |
tree | c622b04e2b6ed37534f47719cb65af55445a3047 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | clk: using pm_runtime_resume_and_get instead of pm_runtime_get_sync (diff) | |
download | linux-dev-14364fca21208d0954d594e1eccb4ad239881081.tar.xz linux-dev-14364fca21208d0954d594e1eccb4ad239881081.zip |
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: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20220424182227.1364966-1-colin.i.king@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions