Re: [PATCH] r8169: issue request_irq after the private data are completely initialized

2007-04-02 Thread Francois Romieu
Francois Romieu <[EMAIL PROTECTED]> : [...] > diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c > index 521b5f0..990699f 100644 > --- a/drivers/net/r8169.c > +++ b/drivers/net/r8169.c > @@ -64,8 +64,10 @@ VERSION 2.2LK <2005/01/25> > #include > #include > #include > +#include > #i

[PATCH] r8169: issue request_irq after the private data are completely initialized

2007-04-02 Thread Francois Romieu
The irq handler schedules a NAPI poll request unconditionally as soon as the status register is not clean. It has been there - and wrong - for ages but a recent timing change made it apparently easier to trigger. Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> Cc: Jay Cliburn <[EMAIL PROTECTED]