Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751606AbZKUIJm (ORCPT ); Sat, 21 Nov 2009 03:09:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751408AbZKUIJl (ORCPT ); Sat, 21 Nov 2009 03:09:41 -0500 Received: from mail-yx0-f187.google.com ([209.85.210.187]:53886 "EHLO mail-yx0-f187.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751295AbZKUIJk convert rfc822-to-8bit (ORCPT ); Sat, 21 Nov 2009 03:09:40 -0500 MIME-Version: 1.0 In-Reply-To: References: <20091117224852.846805939@linutronix.de> <20091117224916.566205413@linutronix.de> <20091118175523.GA12857@b07421-ec1.am.freescale.net> From: Grant Likely Date: Sat, 21 Nov 2009 01:01:41 -0700 X-Google-Sender-Auth: 4c53110d82234d84 Message-ID: Subject: Re: [patch 06/13] powerpc: Fixup last users of irq_chip->typename To: Thomas Gleixner Cc: Scott Wood , LKML , Ingo Molnar , linuxppc-dev@ozlabs.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1192 Lines: 33 On Wed, Nov 18, 2009 at 1:41 PM, Thomas Gleixner 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, 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/