|
@@ -1181,7 +1181,8 @@ static int __devinit cpmac_probe(struct platform_device *pdev)
|
|
if (netif_msg_drv(priv))
|
|
if (netif_msg_drv(priv))
|
|
printk(KERN_ERR "%s: Could not attach to PHY\n",
|
|
printk(KERN_ERR "%s: Could not attach to PHY\n",
|
|
dev->name);
|
|
dev->name);
|
|
- return PTR_ERR(priv->phy);
|
|
|
|
|
|
+ rc = PTR_ERR(priv->phy);
|
|
|
|
+ goto fail;
|
|
}
|
|
}
|
|
|
|
|
|
if ((rc = register_netdev(dev))) {
|
|
if ((rc = register_netdev(dev))) {
|