linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH: fix pcmcia_cs without ISA
@ 2003-07-27 20:12 Alan Cox
  0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2003-07-27 20:12 UTC (permalink / raw)
  To: linux-kernel, torvalds

(Taral)
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/drivers/pcmcia/cs.c linux-2.6.0-test2-ac1/drivers/pcmcia/cs.c
--- linux-2.6.0-test2/drivers/pcmcia/cs.c	2003-07-14 14:11:56.000000000 +0100
+++ linux-2.6.0-test2-ac1/drivers/pcmcia/cs.c	2003-07-15 17:51:34.000000000 +0100
@@ -1958,6 +1958,9 @@
 	    irq = req->IRQInfo1 & IRQ_MASK;
 	    ret = try_irq(req->Attributes, irq, 1);
 	}
+#else
+    } else {
+	ret = CS_UNSUPPORTED_MODE;
 #endif
     }
     if (ret != 0) return ret;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-28  0:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-27 20:12 PATCH: fix pcmcia_cs without ISA Alan Cox

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).