diff options
| author | Colin Ian King <[email protected]> | 2022-04-18 14:46:03 +0100 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2022-04-28 19:22:56 +0100 |
| commit | 0a9599e1fc489567639aa1b6717633bef589b9d4 (patch) | |
| tree | 2641059df1c0035d499c8d72a83e71083fbfcb5c /tools/perf/scripts/python | |
| parent | 0ac507bbc77c87436b80c1fbd680f7c824bacef7 (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: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions