On Fri, 24 May 2019 23:44:19 +0200,
Colin King wrote:
>
> From: Colin Ian King
>
> Variable pulse_len is being initialized to 1 however this value is
> never read and pulse_len is being re-assigned later in a switch
> statement. Clean up the code by removing the redundant initialization.
>
> A
From: Colin Ian King
Variable pulse_len is being initialized to 1 however this value is
never read and pulse_len is being re-assigned later in a switch
statement. Clean up the code by removing the redundant initialization.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King
---
2 matches
Mail list logo