diff options
author | Colin Ian King <[email protected]> | 2024-01-16 12:50:02 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2024-02-07 05:54:19 +0100 |
commit | 2386ae062c647a6ee5f93d2581b45d48cce677e3 (patch) | |
tree | 049c96e0c70fba71be48b639531da6d59ca93b34 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 2350d4d4c819cccbc8a1b636c8b069fdf059685e (diff) |
media: dvb: remove redundant assignment to variable ret
The variable ret is being assigned a value but it isn't being
read afterwards. The assignment is redundant and so ret can be
removed. Also add spaces after , to clean up checkpatch warnings.
Cleans up clang scan build warning:
warning: Although the value stored to 'ret' is used in the
enclosing expression, the value is never actually read from
'ret' [deadcode.DeadStores]
Link: https://lore.kernel.org/linux-media/[email protected]
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions