From: Colin King <colin.king@xxxxxxxxxxxxx> Date: Tue, 23 Jan 2018 09:44:08 +0000 > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > Pointers txr and rxr are being initialized and a few statements later > are being assigned new values without the original values ever being > read. The initialized values are therefore redundant and can be > removed. > > Cleans up clang warnings: > drivers/net/ethernet/broadcom/bnx2.c:5821:28: warning: Value stored to > 'txr' during its initialization is never read > drivers/net/ethernet/broadcom/bnx2.c:5822:28: warning: Value stored to > 'rxr' during its initialization is never read > > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Applied, thanks Colin. -- 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