[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110802095604.GA22637@linux-mips.org>
Date: Tue, 2 Aug 2011 10:56:04 +0100
From: Ralf Baechle <ralf@...ux-mips.org>
To: Paul Gortmaker <paul.gortmaker@...driver.com>
Cc: linux@....linux.org.uk, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arm: fix compile failure in orion5x/dns323-setup.c
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@...ux-mips.org>
Ralf
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists