linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] irq handler must disable the handled irq
@ 2008-10-27 14:01 Phil Sutter
  2008-10-27 14:15 ` Alan Cox
  0 siblings, 1 reply; 9+ messages in thread
From: Phil Sutter @ 2008-10-27 14:01 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz; +Cc: linux-ide, Florian Fainelli

Signed-off-by: Florian Fainelli <florian@openwrt.org>
---
 drivers/ata/pata_rb532_cf.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/ata/pata_rb532_cf.c b/drivers/ata/pata_rb532_cf.c
index f8b3ffc..a1d44a6 100644
--- a/drivers/ata/pata_rb532_cf.c
+++ b/drivers/ata/pata_rb532_cf.c
@@ -116,6 +116,8 @@ static irqreturn_t rb532_pata_irq_handler(int irq, void *dev_instance)
 		set_irq_type(info->irq, IRQ_TYPE_LEVEL_HIGH);
 	}
 
+	disable_irq(irq);
+
 	return IRQ_HANDLED;
 }
 
-- 
1.5.6.4


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-10-29 19:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-27 14:01 [PATCH] irq handler must disable the handled irq Phil Sutter
2008-10-27 14:15 ` Alan Cox
2008-10-27 15:41   ` Phil Sutter
2008-10-27 19:38     ` Bartlomiej Zolnierkiewicz
2008-10-27 20:51       ` Phil Sutter
2008-10-29 18:19         ` [PATCH] include old-style rb532 CompactFlash support Phil Sutter
2008-10-29 18:56           ` Phil Sutter
2008-10-29 19:25           ` Bartlomiej Zolnierkiewicz
2008-10-29 19:59             ` Phil Sutter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).