diff options
author | 2024-02-05 21:49:25 +0000 | |
---|---|---|
committer | 2024-02-16 11:46:32 +0100 | |
commit | 83b1a46d6e3adde75571fbe201facf591cb5084e (patch) | |
tree | b4f6ee24c149edbb1cd837715db6f94d28ddc6b5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | media: v4l2-ctrls-core.c: check min/max for menu, controls (diff) | |
download | wireguard-linux-83b1a46d6e3adde75571fbe201facf591cb5084e.tar.xz wireguard-linux-83b1a46d6e3adde75571fbe201facf591cb5084e.zip |
media: tda18271: remove redundant assignment to variable bcal
The variable bcal is being initialized with a value that is never
read, it is being re-assigned in both paths of an if statement near
the end of the function. The initialization is redundant and can
be removed.
Cleans up clang scan build warning:
drivers/media/tuners/tda18271-fe.c:473:2: warning: Value stored
to 'bcal' is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions