diff options
| author | Colin Ian King <[email protected]> | 2020-05-19 16:45:53 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-05-21 10:58:51 +0200 |
| commit | f37d13d52c0560bd2bac40b22466af538e61a5ce (patch) | |
| tree | 600d0ded74fdf5ff76a31a58a8d113ab2ef68715 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | e420637b81f78d0fbacf539bdb1b341eba602aea (diff) | |
w1_therm: remove redundant assignments to variable ret
The variable ret is being initialized with a value that is never read
and it is being updated later with a new value. The initialization
is redundant and can be removed.
Addresses-Coverity: ("Unused value")
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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions