From: Kenji Kaneshige Date: Thu, 26 Jan 2006 01:05:57 +0000 (+0900) Subject: [PATCH] shpchp - Fix incorrect return value of interrupt handler X-Git-Tag: v2.6.17-rc1~998^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4e73041ecc4a3559c42ed9489f58531c2a8646b;p=pandora-kernel.git [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/ # 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed