From: Simon Kelley <simon@thekelleys.org.uk>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] eliminates irqN: nobody cared! and backtrace on inserting 16bit PCMCIA card.
Date: Tue, 13 May 2003 18:25:44 +0100 [thread overview]
Message-ID: <3EC12A98.9040003@thekelleys.org.uk> (raw)
diff -urN linux-2.5.69.orig/drivers/pcmcia/rsrc_mgr.c linux-2.5.69/drivers/pcmcia/rsrc_mgr.c
--- linux-2.5.69.orig/drivers/pcmcia/rsrc_mgr.c Mon May 5 00:53:32 2003
+++ linux-2.5.69/drivers/pcmcia/rsrc_mgr.c Tue May 13 18:18:35 2003
@@ -601,7 +601,7 @@
#ifdef CONFIG_PCMCIA_PROBE
-static irqreturn_t fake_irq(int i, void *d, struct pt_regs *r) { return IRQ_NONE; }
+static irqreturn_t fake_irq(int i, void *d, struct pt_regs *r) { return IRQ_HANDLED; }
static inline int check_irq(int irq)
{
if (request_irq(irq, fake_irq, 0, "bogus", NULL) != 0)
next reply other threads:[~2003-05-13 17:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-13 17:25 Simon Kelley [this message]
2003-05-13 18:55 ` [PATCH] eliminates irqN: nobody cared! and backtrace on inserting 16bit PCMCIA card Russell King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3EC12A98.9040003@thekelleys.org.uk \
--to=simon@thekelleys.org.uk \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox