dmaengine: ipu: Prepare irq handlers for irq argument removal
authorThomas Gleixner <tglx@linutronix.de>
Sat, 1 Aug 2015 07:06:58 +0000 (07:06 +0000)
committerVinod Koul <vinod.koul@intel.com>
Thu, 6 Aug 2015 03:00:57 +0000 (08:30 +0530)
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.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: Vinod Koul <vinod.koul@intel.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: dmaengine@vger.kernel.org
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/ipu/ipu_irq.c

Simple merge