From: Colin King <[email protected]> Date: Thu, 9 Nov 2017 08:01:22 +0000
> From: Colin Ian King <[email protected]> > > Variable start is assigned but never read hence it is redundant > and can be removed. Cleans up clang warning: > > drivers/net/ethernet/sfc/ptp.c:655:2: warning: Value stored to 'start' > is never read > > Signed-off-by: Colin Ian King <[email protected]> Applied.
