diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2024-02-05 21:04:36 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-02-18 21:17:11 +0300 |
commit | 57a9e5053c7c51c0fbf152b36ca74b997da2f77f (patch) | |
tree | 9d21b044fca93443f42d92db3b7f32a5a4652f2d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | e21817acb23ece75d41a4fa7b40c85550f147389 (diff) | |
download | linux-57a9e5053c7c51c0fbf152b36ca74b997da2f77f.tar.xz |
comedi: remove redundant assignment to variable range
The variable range is being initialized with a value that is never
read, it is being re-assigned later on. The initialization is
redundant and can be removed.
Cleans up clang scan build warning:
drivers/comedi/drivers/das08.c:180:2: warning: Value stored
to 'range' is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Link: https://lore.kernel.org/r/20240205180436.1841706-1-colin.i.king@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions