Kenji Kaneshige e4e73041ec [PATCH] shpchp - Fix incorrect return value of interrupt handler
Current SHPCHP driver has a bug in its interrupt handler which cause
"IRQ #: nobody cared" oops. This problem can be reproduced easily by
the following operation.

    # cd /sys/bus/pci/slots/<slot#>
    # while true; do echo 1 > attention ; done &

The reason is that when command complete interrupt is raised, current
SHPCHP driver's interrupt handler returns IRQ_NONE regardless of if
the interrupt is handled or not.

This patch fixes this issue.

Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-03-23 14:35:12 -08:00
..
2006-03-23 07:38:16 -08:00
2006-02-13 22:30:10 -08:00
2006-03-23 07:38:14 -08:00
2006-03-23 07:38:16 -08:00
2006-03-22 07:53:55 -08:00
2006-03-09 19:47:37 -08:00
2006-03-23 07:38:11 -08:00
2006-03-23 07:38:16 -08:00
2006-03-23 07:38:16 -08:00
2006-01-10 00:08:17 +01:00
2006-01-18 19:20:31 -08:00