Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754144AbbETTgd (ORCPT ); Wed, 20 May 2015 15:36:33 -0400 Received: from pandora.arm.linux.org.uk ([78.32.30.218]:60438 "EHLO pandora.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752742AbbETTg1 (ORCPT ); Wed, 20 May 2015 15:36:27 -0400 Date: Wed, 20 May 2015 20:35:47 +0100 From: Russell King - ARM Linux To: Jiang Liu Cc: Thomas Gleixner , Bjorn Helgaas , Benjamin Herrenschmidt , Ingo Molnar , "H. Peter Anvin" , "Rafael J. Wysocki" , Randy Dunlap , Yinghai Lu , Borislav Petkov , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , Konrad Rzeszutek Wilk , Tony Luck , x86@kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [RFC v1 01/25] ARM, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc Message-ID: <20150520193547.GU2067@n2100.arm.linux.org.uk> References: <1432116013-25902-1-git-send-email-jiang.liu@linux.intel.com> <1432116013-25902-2-git-send-email-jiang.liu@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432116013-25902-2-git-send-email-jiang.liu@linux.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1087 Lines: 31 On Wed, May 20, 2015 at 05:59:49PM +0800, Jiang Liu wrote: > diff --git a/arch/arm/common/sa1111.c b/arch/arm/common/sa1111.c > index 5cc779c8e9c6..0d0844fa54c2 100644 > --- a/arch/arm/common/sa1111.c > +++ b/arch/arm/common/sa1111.c > @@ -200,7 +200,7 @@ static void > sa1111_irq_handler(unsigned int irq, struct irq_desc *desc) > { > unsigned int stat0, stat1, i; > - struct sa1111 *sachip = irq_get_handler_data(irq); > + struct sa1111 *sachip = irq_desc_get_handler_data(desc); > void __iomem *mapbase = sachip->base + SA1111_INTC; > > stat0 = sa1111_readl(mapbase + SA1111_INTSTATCLR0); For this one only, Acked-by: Russell King Other maintainers are responsible for the others... Thanks. -- FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up according to speedtest.net. -- 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/