From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?ISO-8859-1?Q?St=FCbner?= Subject: Re: [RFT v2 44/48] genirq, pinctrl: Kill the first parameter 'irq' of irq_flow_handler_t Date: Wed, 10 Jun 2015 10:40:09 +0200 Message-ID: <29876063.DDhUqa5fWz@diego> References: <1433391238-19471-1-git-send-email-jiang.liu@linux.intel.com> <1433391238-19471-45-git-send-email-jiang.liu@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1433391238-19471-45-git-send-email-jiang.liu@linux.intel.com> Sender: linux-pci-owner@vger.kernel.org To: Jiang Liu Cc: Thomas Gleixner , Bjorn Helgaas , Benjamin Herrenschmidt , Ingo Molnar , "H. Peter Anvin" , Randy Dunlap , Yinghai Lu , Borislav Petkov , Linus Walleij , Ray Jui , Scott Branden , Mika Westerberg , Heikki Krogerus , Matthias Brugger , Alessandro Rubini , Jean-Christophe Plagniol-Villard , Srinivas Kandagatla , Maxime Coquelin , Patrice Chotard , Tomasz Figa , Thomas Abraham List-Id: linux-acpi@vger.kernel.org Am Donnerstag, 4. Juni 2015, 12:13:54 schrieb Jiang Liu: > 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 > --- > drivers/pinctrl/pinctrl-rockchip.c | 2 +- For Rockchip Acked-by: Heiko Stuebner