From: Joakim Tjernlund Date: Wed, 11 Aug 2010 09:44:22 +0000 (+0200) Subject: UEC PHY: Remove strange 0.5 sec delay X-Git-Tag: v2010.12-rc1~135^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0a75d7aa325181d5837f0178e1fa8417ea747c2;p=platform%2Fkernel%2Fu-boot.git 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;