From: ralf@linux-mips.org (Ralf Baechle)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm: fix compile failure in orion5x/dns323-setup.c
Date: Tue, 2 Aug 2011 10:56:04 +0100 [thread overview]
Message-ID: <20110802095604.GA22637@linux-mips.org> (raw)
In-Reply-To: <1312216934-29710-1-git-send-email-paul.gortmaker@windriver.com>
On Mon, Aug 01, 2011 at 12:42:14PM -0400, Paul Gortmaker wrote:
> index a6eddae..c105556 100644
> --- a/arch/arm/mach-orion5x/dns323-setup.c
> +++ b/arch/arm/mach-orion5x/dns323-setup.c
> @@ -77,7 +77,7 @@ static int __init dns323_pci_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
> /*
> * Check for devices with hard-wired IRQs.
> */
> - irq = orion5x_pci_map_irq(const dev, slot, pin);
> + irq = orion5x_pci_map_irq(dev, slot, pin);
Very obviously correct ...
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Ralf
WARNING: multiple messages have this Message-ID (diff)
From: Ralf Baechle <ralf@linux-mips.org>
To: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] arm: fix compile failure in orion5x/dns323-setup.c
Date: Tue, 2 Aug 2011 10:56:04 +0100 [thread overview]
Message-ID: <20110802095604.GA22637@linux-mips.org> (raw)
In-Reply-To: <1312216934-29710-1-git-send-email-paul.gortmaker@windriver.com>
On Mon, Aug 01, 2011 at 12:42:14PM -0400, Paul Gortmaker wrote:
> index a6eddae..c105556 100644
> --- a/arch/arm/mach-orion5x/dns323-setup.c
> +++ b/arch/arm/mach-orion5x/dns323-setup.c
> @@ -77,7 +77,7 @@ static int __init dns323_pci_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
> /*
> * Check for devices with hard-wired IRQs.
> */
> - irq = orion5x_pci_map_irq(const dev, slot, pin);
> + irq = orion5x_pci_map_irq(dev, slot, pin);
Very obviously correct ...
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Ralf
next prev parent reply other threads:[~2011-08-02 9:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-01 16:42 [PATCH] arm: fix compile failure in orion5x/dns323-setup.c Paul Gortmaker
2011-08-01 16:42 ` Paul Gortmaker
2011-08-01 17:26 ` Nicolas Pitre
2011-08-01 17:26 ` Nicolas Pitre
2011-08-02 9:56 ` Ralf Baechle [this message]
2011-08-02 9:56 ` Ralf Baechle
2011-08-24 10:11 ` Bryan Wu
2011-08-24 10:11 ` Bryan Wu
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=20110802095604.GA22637@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.