Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753373AbbFDMPf (ORCPT ); Thu, 4 Jun 2015 08:15:35 -0400 Received: from mail-yk0-f180.google.com ([209.85.160.180]:33451 "EHLO mail-yk0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752045AbbFDMPb (ORCPT ); Thu, 4 Jun 2015 08:15:31 -0400 MIME-Version: 1.0 In-Reply-To: <1433391238-19471-4-git-send-email-jiang.liu@linux.intel.com> References: <1433391238-19471-1-git-send-email-jiang.liu@linux.intel.com> <1433391238-19471-4-git-send-email-jiang.liu@linux.intel.com> From: Sergey Ryazanov Date: Thu, 4 Jun 2015 15:15:10 +0300 Message-ID: Subject: Re: [RFT v2 03/48] MIPS, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc To: Jiang Liu Cc: Thomas Gleixner , Bjorn Helgaas , Benjamin Herrenschmidt , Ingo Molnar , "H. Peter Anvin" , Randy Dunlap , Yinghai Lu , Borislav Petkov , Ralf Baechle , Aleksey Makarov , David Daney , Christoph Lameter , John Crispin , Andrew Bresticker , Konrad Rzeszutek Wilk , Tony Luck , x86@kernel.org, open list , linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org, Linux MIPS Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1128 Lines: 29 2015-06-04 7:13 GMT+03:00 Jiang Liu : > Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc while we > already have a pointer to corresponding irq_desc. > > Note: this patch has been queued by Ralf Baechle . > > Signed-off-by: Jiang Liu > --- > arch/mips/ath25/ar2315.c | 2 +- > arch/mips/ath25/ar5312.c | 2 +- > arch/mips/cavium-octeon/octeon-irq.c | 4 +++- > arch/mips/pci/pci-ar2315.c | 2 +- > arch/mips/pci/pci-ar71xx.c | 2 +- > arch/mips/pci/pci-ar724x.c | 2 +- > arch/mips/pci/pci-rt3883.c | 2 +- > arch/mips/ralink/irq.c | 2 +- > 8 files changed, 10 insertions(+), 8 deletions(-) > For ath25 (AR231x/AR5312) changes Acked-by: Sergey Ryazanov -- Sergey -- 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/