summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/miiphy.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/miiphy.c b/drivers/net/miiphy.c
index 126d0b8032..9c2ad30e3f 100644
--- a/drivers/net/miiphy.c
+++ b/drivers/net/miiphy.c
@@ -46,9 +46,7 @@ int miiphy_restart_aneg(struct miiphy_device *mdev)
do { /* wait for link status to go down */
udelay(10000);
if ((timeout--) == 0) {
-#if (DEBUG & 0x2)
- printf("hmmm, should not have waited...");
-#endif
+ debug("hmmm, should not have waited...");
break;
}
mdev->read(mdev, mdev->address, MII_BMSR, &status);