From: Colin King <colin.king@xxxxxxxxxxxxx> Date: Thu, 1 Feb 2018 16:58:42 +0000 > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > Pointer rxdesc is assigned a value that is never read, it is overwritten > by a new assignment inside a while loop hence the initial assignment > is redundant and can be removed. > > Cleans up clang warning: > drivers/net/ethernet/jme.c:1074:17: warning: Value stored to 'rxdesc' > during its initialization is never read > > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Applied. -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html