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

From: Bryan Wu
Date: Wed Aug 24 2011 - 06:11:50 EST


Rob,

I guess you can add your Ack to Paul's patch here.

Arnd, could you please add this patch into your tree, as it's a
obvious right fixing.

Thanks,
-Bryan

On Tue, Aug 2, 2011 at 5:56 PM, Ralf Baechle <ralf@xxxxxxxxxxxxxx> wrote:
> 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
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
--
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/