Re: [PATCH] forcedeth boot delay fix

2007-11-20 Thread Ayaz Abdulla
Missed that "break". Here is the corrected patch. Signed-off-by: Ayaz Abdulla <[EMAIL PROTECTED]> Andrew Morton wrote: On Sun, 18 Nov 2007 14:13:41 -0500 Ayaz Abdulla <[EMAIL PROTECTED]> wrote: This patch fixes a long boot delay in the forcedeth driver. During initialization, the timeout f

Re: [PATCH] forcedeth boot delay fix

2007-11-20 Thread Andrew Morton
On Sun, 18 Nov 2007 14:13:41 -0500 Ayaz Abdulla <[EMAIL PROTECTED]> wrote: > This patch fixes 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

[PATCH] forcedeth boot delay fix

2007-11-19 Thread Ayaz Abdulla
This patch fixes 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. Signed-off-by: Ayaz Abdulla <[EMAIL PROTECTED]> -