From: Jesse Barnes <jbarnes@engr.sgi.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [PATCH] fix IRQ types
Date: Thu, 29 Jul 2004 16:33:44 +0000 [thread overview]
Message-ID: <200407290933.44762.jbarnes@engr.sgi.com> (raw)
In-Reply-To: <200407291033.15577.bjorn.helgaas@hp.com>
On Thursday, July 29, 2004 9:33 am, Bjorn Helgaas wrote:
> Fix IRQ type in platform irq_to_vector functions. Should be
> "unsigned int", but some places were "u8".
>
> Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
>
> === arch/ia64/sn/kernel/irq.c 1.24 vs edited ==> --- 1.24/arch/ia64/sn/kernel/irq.c 2004-06-30 07:31:06 -06:00
> +++ edited/arch/ia64/sn/kernel/irq.c 2004-07-29 10:17:28 -06:00
> @@ -188,7 +188,7 @@
> }
>
> u8
> -sn_irq_to_vector(u8 irq)
> +sn_irq_to_vector(unsigned int irq)
> {
> return(irq);
> }
Looks fine to me.
Jesse
prev parent reply other threads:[~2004-07-29 16:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-29 16:33 [PATCH] fix IRQ types Bjorn Helgaas
2004-07-29 16:33 ` Jesse Barnes [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=200407290933.44762.jbarnes@engr.sgi.com \
--to=jbarnes@engr.sgi.com \
--cc=linux-ia64@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