Re: [PATCH][next] ASoC: cx2072x: remove redundant assignment to pulse_len

2019-05-24 Thread Takashi Iwai
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

[PATCH][next] ASoC: cx2072x: remove redundant assignment to pulse_len

2019-05-24 Thread Colin King
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 ---