From: Colin King <colin.king@xxxxxxxxxxxxx> Date: Fri, 24 May 2019 22:56:58 +0100 > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > The pointer n is being assigned a value however this value is > never read in the code block and the end of the code block > continues to the next loop iteration. Clean up the code by > removing the redundant assignment. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Applied, thanks Colin.