Re: [PATCH] lan78xx: remove redundant initialization of pointer 'phydev'

From: David Miller
Date: Thu Feb 01 2018 - 14:55:08 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Thu, 1 Feb 2018 17:10:18 +0000

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> Pointer phydev is initialized and this value is never read, phydev
> is immediately updated to a new value, hence this initialization
> is redundant and can be removed
>
> Cleans up clang warning:
> drivers/net/usb/lan78xx.c:2009:21: warning: Value stored to 'phydev'
> during its initialization is never read
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied.