From: Colin King <colin.k...@canonical.com> Date: Thu, 9 Nov 2017 08:01:22 +0000
> From: Colin Ian King <colin.k...@canonical.com> > > 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 <colin.k...@canonical.com> Applied.