smsc911x: remove superfluous variable init
[sfrench/cifs-2.6.git] / drivers / net / ethernet / smsc / smsc911x.c
index 39446d4e94b633c579c31d49b99bcb22eff7aabb..c653ea792dd1b1064d9d7d8b36484e647261d033 100644 (file)
@@ -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 */