diff options
| author | Colin Ian King <[email protected]> | 2022-04-18 14:46:03 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-04-20 18:45:35 +0200 |
| commit | a8d412ec986b95f146c6786c76bb471e1b602589 (patch) | |
| tree | c34c24ce0f77b1fe66da5e16acd256f5b84d57a7 /tools/perf/scripts/python/exported-sql-viewer.py | |
| parent | 08bea7da71b34c60b9aca1258a2098fed3bc3ce6 (diff) | |
staging: iio: ad2s1210: remove redundant assignment to variable negative
Variable negative is being assigned a value that is never read, it is
being re-assigned later. The assignment is redundant and can be removed.
Cleans up clang scan build warning:
drivers/staging/iio/resolver/ad2s1210.c:502:3: warning: Value stored
to 'negative' is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions