diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-03-28 23:46:47 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-29 19:56:41 +0200 |
commit | 37f368d8d09d2190e64cdb1cd73d56e3ad50c3df (patch) | |
tree | b732bd38ef6f7333aef8f039f0df671a7526da53 /drivers/net/mdio | |
parent | Merge branch 'ipa-next' (diff) | |
download | linux-37f368d8d09d2190e64cdb1cd73d56e3ad50c3df.tar.xz linux-37f368d8d09d2190e64cdb1cd73d56e3ad50c3df.zip |
lan743x: remove redundant intializations of pointers adapter and phydev
The pointers adapter and phydev are being initialized with values that
are never read and are being updated later with a new value. The
initialization is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/mdio')
0 files changed, 0 insertions, 0 deletions