From: Thomas Gleixner Date: Sat, 1 Aug 2015 07:06:58 +0000 (+0000) Subject: dmaengine: ipu: Prepare irq handlers for irq argument removal X-Git-Tag: omap-for-v4.3/fixes-rc1~94^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=425e20fd08a53ad06c562960d594505813c7910c;p=pandora-kernel.git dmaengine: ipu: Prepare irq handlers for irq argument removal 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 Cc: Julia Lawall Cc: Vinod Koul Cc: Dan Williams Cc: dmaengine@vger.kernel.org Signed-off-by: Vinod Koul --- Reading git-diff-tree failed