From: Colin King <colin.king@xxxxxxxxxxxxx> Date: Thu, 1 Mar 2018 16:42:40 +0000 > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > The variable tx_index is being initialized with a value that is never > read and re-assigned a little later, hence the initialization is redundant > and can be removed. > > Cleans up clang warning: > drivers/net/ethernet/amd/amd8111e.c:652:6: warning: Value stored to > 'tx_index' during its initialization is never read > > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Applied to net-next. -- 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