Commit da617cd8 authored by Wolfram Sang's avatar Wolfram Sang Committed by Paolo Abeni
Browse files

smsc911x: remove superfluous variable init

parent 4ddd6375
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1016,7 +1016,7 @@ static void smsc911x_phy_adjust_link(struct net_device *dev)
static int smsc911x_mii_probe(struct net_device *dev)
{
	struct smsc911x_data *pdata = netdev_priv(dev);
	struct phy_device *phydev = NULL;
	struct phy_device *phydev;
	int ret;

	/* find the first phy */