forcedeth boot delay fix
authorAyaz Abdulla <aabdulla@nvidia.com>
Wed, 21 Nov 2007 23:02:58 +0000 (15:02 -0800)
committerJeff Garzik <jeff@garzik.org>
Sat, 24 Nov 2007 01:59:59 +0000 (20:59 -0500)
commit9e555930bd873d238f5f7b9d76d3bf31e6e3ce93
treee4ad71dcf2d316d1b76b922306fb72afc010f815
parent490dde8990c55662596a4be71b5070bd7d382d4a
forcedeth boot delay fix

Fix a long boot delay in the forcedeth driver.  During initialization, the
timeout for the handshake between mgmt unit and driver can be very long.
The patch reduces the timeout by eliminating a extra loop around the
timeout logic.

Addresses http://bugzilla.kernel.org/show_bug.cgi?id=9308

Signed-off-by: Ayaz Abdulla <aabdulla@nvidia.com>
Cc: Alex Howells <astinus@gentoo.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/forcedeth.c