]> git.baikalelectronics.ru Git - kernel.git/commit
lan78xx: remove redundant initialization of pointer 'phydev'
authorColin Ian King <colin.king@canonical.com>
Thu, 1 Feb 2018 17:10:18 +0000 (17:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Feb 2018 19:54:28 +0000 (14:54 -0500)
commit7d9883eea0532bf507121d346c0fa2cc2409ecb7
treeb8641d0a5b9420d466bdabf142d453d53b617167
parent9314a4c5d9d7eb7f824241ceeb7208320c8d0a2f
lan78xx: remove redundant initialization of pointer 'phydev'

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@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/lan78xx.c