]> git.karo-electronics.de Git - karo-tx-linux.git/commit
forcedeth boot delay fix
authorAyaz Abdulla <aabdulla@nvidia.com>
Wed, 21 Nov 2007 23:02:58 +0000 (15:02 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 14 Dec 2007 18:31:57 +0000 (10:31 -0800)
commitda12eb42aa3f4c7a38ca3dcb01ba4db11a804ad1
tree5cdaa3d4177b9f0994c841b970874be5ebcb00e3
parent83960b28a42d3c6f8604ad50d54c4ac66d27d8b8
forcedeth boot delay fix

patch 9e555930bd873d238f5f7b9d76d3bf31e6e3ce93 in mainline.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/forcedeth.c