From: Tejun Heo Date: Wed, 17 Aug 2005 04:08:47 +0000 (+0900) Subject: [PATCH] sil24: remove irq disable code on spurious interrupt X-Git-Tag: v2.6.15-rc1~736^2^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cc4571c4106735665e048850ff6656de9558d60;p=pandora-kernel.git [PATCH] sil24: remove irq disable code on spurious interrupt 02_sil24_remove-irq-disable-on-spurious-intr.patch If interrupt occurs on a disabled port, the driver used to mask the port's interrupt, but we don't know if such action is necessary yet and that's not what other drives do. So, just do nothing and tell IRQ subsystem that it's not our interrupt. Signed-off-by: Tejun Heo sata_sil24.c | 15 +++++---------- 1 files changed, 5 insertions(+), 10 deletions(-) Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed