diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/au1000_eth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/au1000_eth.c b/drivers/net/au1000_eth.c index ecc2573b3dce..9c875bb3f76c 100644 --- a/drivers/net/au1000_eth.c +++ b/drivers/net/au1000_eth.c | |||
@@ -353,7 +353,6 @@ static int mii_probe (struct net_device *dev) | |||
353 | } | 353 | } |
354 | 354 | ||
355 | /* now we are supposed to have a proper phydev, to attach to... */ | 355 | /* now we are supposed to have a proper phydev, to attach to... */ |
356 | BUG_ON(!phydev); | ||
357 | BUG_ON(phydev->attached_dev); | 356 | BUG_ON(phydev->attached_dev); |
358 | 357 | ||
359 | phydev = phy_connect(dev, phydev->dev.bus_id, &au1000_adjust_link, 0, | 358 | phydev = phy_connect(dev, phydev->dev.bus_id, &au1000_adjust_link, 0, |