[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <fa686aa40911210001u699031a0h2b3818b68c212d69@mail.gmail.com>
Date: Sat, 21 Nov 2009 01:01:41 -0700
From: Grant Likely <grant.likely@...retlab.ca>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: Scott Wood <scottwood@...escale.com>,
LKML <linux-kernel@...r.kernel.org>, Ingo Molnar <mingo@...e.hu>,
linuxppc-dev@...abs.org
Subject: Re: [patch 06/13] powerpc: Fixup last users of irq_chip->typename
On Wed, Nov 18, 2009 at 1:41 PM, Thomas Gleixner <tglx@...utronix.de> wrote:
> On Wed, 18 Nov 2009, Scott Wood wrote:
>> On Tue, Nov 17, 2009 at 10:50:53PM +0000, Thomas Gleixner wrote:
>> > Index: linux-2.6/arch/powerpc/platforms/82xx/pq2ads-pci-pic.c
>> > ===================================================================
>> > --- linux-2.6.orig/arch/powerpc/platforms/82xx/pq2ads-pci-pic.c
>> > +++ linux-2.6/arch/powerpc/platforms/82xx/pq2ads-pci-pic.c
>> > @@ -69,7 +69,7 @@ static void pq2ads_pci_unmask_irq(unsign
>> > }
>> >
>> > static struct irq_chip pq2ads_pci_ic = {
>> > - .typename = "PQ2 ADS PCI",
>> > + .name = "PQ2 ADS PCI",
>> > .name = "PQ2 ADS PCI",
>> > .end = pq2ads_pci_unmask_irq,
>> > .mask = pq2ads_pci_mask_irq,
>>
>> Duplicate ".name"...
>
> Darn.
Other than that, looks good to me.
Acked-by: Grant Likely <grant.likely@...retlab.ca>
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
--
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