r8169: issue request_irq after the private data are completely initialized
authorFrancois Romieu <romieu@fr.zoreil.com>
Fri, 13 Apr 2007 20:57:48 +0000 (22:57 +0200)
committerAdrian Bunk <bunk@stusta.de>
Fri, 13 Apr 2007 20:57:48 +0000 (22:57 +0200)
commit1ee709383b60148263f139af790c8b5a22c2e586
treeb9512bf25774325ae2e53083b6a2b519cd40cf33
parent34215e7b2e7021740a562595218411e91d921d9f
r8169: issue request_irq after the private data are completely initialized

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.

Adrian Bunk:
backported to 2.6.16

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/net/r8169.c