diff options
| author | Colin Ian King <[email protected]> | 2022-02-07 13:59:43 +0000 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2022-02-07 20:40:39 +0000 |
| commit | 342c6c5e2260875e0716a9f798dd89da431e679f (patch) | |
| tree | f67205f09c6993882caefbf4c214321005f69249 /tools/perf/scripts/python/check-perf-trace.py | |
| parent | 889bdfc336392b904f7da441908d833556eaf438 (diff) | |
iio: adc: cpcap-adc: remove redundant assignment to variable cal_data_diff
The variable cal_data_diff is being assigned a value that is never read,
it is being re-assigned later on with a new value in both paths of an
if statement. The assignment is redundant, so remove it.
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/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions