From: Colin King <[email protected]> Date: Fri, 24 May 2019 22:56:58 +0100
> From: Colin Ian King <[email protected]> > > 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 <[email protected]> Applied, thanks Colin.

