diff options
| author | Colin Ian King <[email protected]> | 2022-05-22 20:46:22 +0100 |
|---|---|---|
| committer | Krzysztof Kozlowski <[email protected]> | 2023-05-08 08:14:51 +0200 |
| commit | ee896c5bf21cbac3bed8f958507a449168e965d3 (patch) | |
| tree | 968ffecfbb566ea351389da97d84f1e016224a88 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 7f25058c96a0631f4a1ccb4c70831c52e71decf2 (diff) | |
w1: ds2438: remove redundant initialization of variable crc
Variable crc 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:
warning: Value stored to 'crc' is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions