Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753185AbbFDL3B (ORCPT ); Thu, 4 Jun 2015 07:29:01 -0400 Received: from mail-oi0-f47.google.com ([209.85.218.47]:34711 "EHLO mail-oi0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751373AbbFDL2w (ORCPT ); Thu, 4 Jun 2015 07:28:52 -0400 MIME-Version: 1.0 In-Reply-To: <1433391238-19471-46-git-send-email-jiang.liu@linux.intel.com> References: <1433391238-19471-1-git-send-email-jiang.liu@linux.intel.com> <1433391238-19471-46-git-send-email-jiang.liu@linux.intel.com> Date: Thu, 4 Jun 2015 13:28:51 +0200 Message-ID: Subject: Re: [RFT v2 45/48] genirq, gpio: Kill the first parameter 'irq' of irq_flow_handler_t From: Linus Walleij To: Jiang Liu Cc: Thomas Gleixner , Bjorn Helgaas , Benjamin Herrenschmidt , Ingo Molnar , "H. Peter Anvin" , Randy Dunlap , Yinghai Lu , Borislav Petkov , Tien Hock Loh , Alexandre Courbot , Ray Jui , David Cohen , Javier Martinez Canillas , Santosh Shilimkar , Kevin Hilman , Stephen Warren , Thierry Reding , Michal Simek , =?UTF-8?Q?S=C3=B6ren_Brinkmann?= , Konrad Rzeszutek Wilk , Tony Luck , x86@kernel.org, "linux-kernel@vger.kernel.org" , linux-pci , ACPI Devel Maling List , "linux-gpio@vger.kernel.org" , bcm-kernel-feedback-list , Linux-OMAP , "linux-tegra@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" 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: 820 Lines: 21 On Thu, Jun 4, 2015 at 6:13 AM, Jiang Liu wrote: > Now most IRQ flow handlers make no use of the first parameter 'irq'. > And for those who do make use of 'irq', we could easily get the irq > number through irq_desc->irq_data->irq. So kill the first parameter > 'irq' of irq_flow_handler_t. > > To ease review, I have split the changes into several parts, though > they should be merge as one to support bisecting. > > Signed-off-by: Jiang Liu Acked-by: Linus Walleij Yours, Linus Walleij -- 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/