From: Thomas Gleixner <tglx@linutronix.de>
To: dsaxena@plexity.net
Cc: Ingo Molnar <mingo@elte.hu>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH-rt] genirq error message clarification
Date: Sat, 10 Jun 2006 23:45:23 +0200 [thread overview]
Message-ID: <1149975924.5257.205.camel@localhost.localdomain> (raw)
In-Reply-To: <20060610214338.GA14760@plexity.net>
On Sat, 2006-06-10 at 14:43 -0700, Deepak Saxena wrote:
> It makes it a bit easier to debug issues when we know what irq we're
> having problems with.
>
> Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
>
>
> Index: linux-2.6-rt/kernel/irq/manage.c
> ===================================================================
> --- linux-2.6-rt.orig/kernel/irq/manage.c
> +++ linux-2.6-rt/kernel/irq/manage.c
> @@ -328,7 +328,8 @@ int setup_irq(unsigned int irq, struct i
> mismatch:
> spin_unlock_irqrestore(&desc->lock, flags);
> if (!(new->flags & SA_PROBEIRQ)) {
> - printk(KERN_ERR "%s: irq handler mismatch\n", __FUNCTION__);
> + printk(KERN_ERR "%s: irq %d handler mismatch\n", __FUNCTION__,
> + irq);
> dump_stack();
> }
> return -EBUSY;
Makes sense. Thanks, applied
tglx
prev parent reply other threads:[~2006-06-10 21:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-10 21:43 Deepak Saxena
2006-06-10 21:45 ` Thomas Gleixner [this message]
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=1149975924.5257.205.camel@localhost.localdomain \
--to=tglx@linutronix.de \
--cc=dsaxena@plexity.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/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
all inboxes | Powered by JetHome®