Re: [PATCH] arm: fix compile failure in orion5x/dns323-setup.c

From: Ralf Baechle
Date: Tue Aug 02 2011 - 05:56:25 EST


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@xxxxxxxxxxxxxx>

Ralf
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/