diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-02-01 20:10:18 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-01 22:54:28 +0300 |
commit | 3b51cc75eba28a7b2ca013f8255a4fd425b12b26 (patch) | |
tree | b8641d0a5b9420d466bdabf142d453d53b617167 /drivers/s390/cio/qdio.h | |
parent | f14d244f6147066c65dd98caa08aab0135ab1cc4 (diff) | |
download | linux-3b51cc75eba28a7b2ca013f8255a4fd425b12b26.tar.xz |
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>
Diffstat (limited to 'drivers/s390/cio/qdio.h')
0 files changed, 0 insertions, 0 deletions