From: "selvamuthukumar v" <v.selvamuthukumar@gmail.com>
To: "Juan Antonio Medina Guerrero" <juan-antonio.medina@anafocus.com>
Cc: linuxppc-embedded@ozlabs.org
Subject: Re: Trying to free IRQ
Date: Fri, 17 Oct 2008 14:30:59 +0530 [thread overview]
Message-ID: <790896390810170200v110886lffddc5d4b94592a2@mail.gmail.com> (raw)
In-Reply-To: <1D4F7D951F69470B8F338C8DF3A212C9@svq.anafocus.com>
On Fri, Oct 17, 2008 at 1:45 PM, Juan Antonio Medina Guerrero
<juan-antonio.medina@anafocus.com> wrote:
> if (request_irq(irq_id, interrupt_handler, 0, "MYMODULE", &dev_id))
<snip>
> free_irq(irq_id,NULL);
>
This should be free_irq(irq_id, &dev_id);
--
Selva
prev parent reply other threads:[~2008-10-17 9:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-17 8:15 Trying to free IRQ Juan Antonio Medina Guerrero
2008-10-17 9:00 ` selvamuthukumar v [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=790896390810170200v110886lffddc5d4b94592a2@mail.gmail.com \
--to=v.selvamuthukumar@gmail.com \
--cc=juan-antonio.medina@anafocus.com \
--cc=linuxppc-embedded@ozlabs.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;
as well as URLs for NNTP newsgroup(s).