On Thu, 05 Sep 2019 17:48:26 +0200, Colin King wrote: > > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > Variable pcm_idx is being initialized with a value that is never read > and is being re-assigned immediately afterwards. The assignment is > redundant and hence can be removed. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Applied, thanks. Takashi