mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
Remove unused variable
Signed-off-by: Jonas Bonn <jonas@southpole.se> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
637f33b80d
commit
2cbc8ef9fa
@ -636,7 +636,6 @@ static int ethoc_mdio_probe(struct net_device *dev)
|
||||
struct ethoc *priv = netdev_priv(dev);
|
||||
struct phy_device *phy;
|
||||
int err;
|
||||
int i;
|
||||
|
||||
if (priv->phy_id != -1) {
|
||||
phy = priv->mdio->phy_map[priv->phy_id];
|
||||
|
Loading…
Reference in New Issue
Block a user