From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751643AbbHEFgz (ORCPT ); Wed, 5 Aug 2015 01:36:55 -0400 Received: from mga03.intel.com ([134.134.136.65]:35148 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751195AbbHEFgy (ORCPT ); Wed, 5 Aug 2015 01:36:54 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,614,1432623600"; d="scan'208";a="777078504" Date: Wed, 5 Aug 2015 11:08:42 +0530 From: Vinod Koul To: Thomas Gleixner Cc: LKML , Julia Lawall , Dan Williams , dmaengine@vger.kernel.org Subject: Re: [patch 1/2] dma: ipu: Prepare irq handlers for irq argument removal Message-ID: <20150805053842.GR11789@localhost> References: <20150801062810.250199839@linutronix.de> <20150801062952.928067941@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150801062952.928067941@linutronix.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 01, 2015 at 07:06:58AM +0000, Thomas Gleixner wrote: > The irq argument of most interrupt flow handlers is unused or merily > used instead of a local variable. The handlers which need the irq > argument can retrieve the irq number from the irq descriptor. > > Search and update was done with coccinelle and the invaluable help of > Julia Lawall. Applied both with fix in subsystem name Thanks -- ~Vinod