Re: [PATCH net-next-2.6 2/3] jme: Faulty IRQ handle bug fix
From: David Miller <davem@davemloft.net>
Date: 2008-10-09 02:52:16
From: David Miller <davem@davemloft.net>
Date: 2008-10-09 02:52:16
From: "Guo-Fu Tseng" <cooldavid@cooldavid.org> Date: Thu, 9 Oct 2008 05:57:35 +0800
Dear Jeff, David:
This patch:
Fix IRQ handle bug when interrupt mode.
The driver was incorrectly handled and returned IRQ_HANDLED
while the device is not generating the interrupt.
It happened due to faulty determination of interrupt status register.
The patch is also available at:
http://cooldavid.org/download/jme.net-next-2.6.20081009.2.patch
Found by: "Ethan" [off-list ref]
Fixed by: "akeemting" [off-list ref]
Signed-off-by: Guo-Fu Tseng [off-list ref]Applied.