From b0a75d7aa325181d5837f0178e1fa8417ea747c2 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Wed, 11 Aug 2010 11:44:22 +0200 Subject: UEC PHY: Remove strange 0.5 sec delay This udelay looks bogus and doesn't help my board. Signed-off-by: Joakim Tjernlund Acked-by: Kim Phillips Signed-off-by: Ben Warren diff --git a/drivers/qe/uec_phy.c b/drivers/qe/uec_phy.c index 2d3a896..7ea2ae1 100644 --- a/drivers/qe/uec_phy.c +++ b/drivers/qe/uec_phy.c @@ -389,7 +389,6 @@ static int genmii_update_link (struct uec_mii_info *mii_info) status = phy_read(mii_info, PHY_BMSR); } mii_info->link = 1; - udelay(500000); /* another 500 ms (results in faster booting) */ } else { if (status & PHY_BMSR_LS) mii_info->link = 1; -- cgit v0.10.2