diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-05-22 22:46:22 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-05-08 09:14:51 +0300 |
commit | ee896c5bf21cbac3bed8f958507a449168e965d3 (patch) | |
tree | 968ffecfbb566ea351389da97d84f1e016224a88 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 7f25058c96a0631f4a1ccb4c70831c52e71decf2 (diff) | |
download | linux-ee896c5bf21cbac3bed8f958507a449168e965d3.tar.xz |
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 <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20220522194622.13277-1-colin.i.king@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions