[patch 18/19] pcmcia: synclink_cs IRQ_INFO2_INFO is gone

Dominik Brodowski linux at dominikbrodowski.net
Sun Mar 20 05:44:18 EST 2005


Remove the IRQ_INFO2_VALID flag in synclink_cs -- I overlooked it when
removing all other users in PCMCIA drivers for 2.6.11. Thanks to
Marcelo Tosatti for noticing it.

Signed-off-by: Dominik Brodowski <linux at dominikbrodowski.net>

Index: 2.6.12-rc1/drivers/char/pcmcia/synclink_cs.c
===================================================================
--- 2.6.12-rc1.orig/drivers/char/pcmcia/synclink_cs.c	2005-03-19 11:55:04.000000000 +0100
+++ 2.6.12-rc1/drivers/char/pcmcia/synclink_cs.c	2005-03-19 22:53:02.000000000 +0100
@@ -581,7 +581,7 @@
 
     /* Interrupt setup */
     link->irq.Attributes = IRQ_TYPE_EXCLUSIVE;
-    link->irq.IRQInfo1   = IRQ_INFO2_VALID | IRQ_LEVEL_ID;
+    link->irq.IRQInfo1   = IRQ_LEVEL_ID;
     link->irq.Handler = NULL;
     
     link->conf.Attributes = 0;



More information about the linux-pcmcia mailing list