Re: [patch 1/2] dma: ipu: Prepare irq handlers for irq argument removal

2015-08-04 Thread Vinod Koul
On Sat, Aug 01, 2015 at 07:06:58AM +, 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

Re: [patch 1/2] dma: ipu: Prepare irq handlers for irq argument removal

2015-08-04 Thread Vinod Koul
On Sat, Aug 01, 2015 at 07:06:58AM +, 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

[patch 1/2] dma: ipu: Prepare irq handlers for irq argument removal

2015-08-01 Thread Thomas Gleixner
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.

[patch 1/2] dma: ipu: Prepare irq handlers for irq argument removal

2015-08-01 Thread Thomas Gleixner
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.