Colin Ian King ee896c5bf2 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>
2023-05-08 08:14:51 +02:00
..
2023-05-08 08:14:50 +02:00
2019-11-14 13:06:33 +08:00
2023-04-20 14:15:06 +02:00
2023-04-20 14:15:06 +02:00
2023-04-20 14:15:06 +02:00
2023-05-08 08:14:51 +02:00