]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
UEC: Don't udelay needlessly
authorJoakim Tjernlund <Joakim.Tjernlund@transmode.se>
Wed, 11 Aug 2010 09:44:21 +0000 (11:44 +0200)
committerBen Warren <biggerbadderben@gmail.com>
Tue, 12 Oct 2010 05:47:48 +0000 (22:47 -0700)
commitbd6c25afd23a656b2283b7aecd893c1a16bcd585
treefdba767c76860369ea69ca8245039a633cd31fd2
parentb7081d91977aa3bf0cfc8284a463bd3901d0d6ad
UEC: Don't udelay needlessly

uec_init() adds an udelay(100000) even though
the PHY status read went well, don't do that.

Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
Acked-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
drivers/qe/uec.c