]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
powerpc/mpc5121_ads_cpld: Prepare irq handler for irq argument removal
authorThomas Gleixner <tglx@linutronix.de>
Mon, 14 Sep 2015 08:11:26 +0000 (10:11 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 14 Sep 2015 08:30:04 +0000 (10:30 +0200)
commit5aac2d3368210f15c2fc73f158e2110a0bb611ca
tree3b2db1a08bb5d133e69c57bef69783efcc545cb3
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f
powerpc/mpc5121_ads_cpld: Prepare irq handler 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 <tglx@linutronix.de>
Cc: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: Jiang Liu <jiang.liu@linux.intel.com>
Cc: Anatolij Gustschin <agust@denx.de>
Cc: linuxppc-dev@lists.ozlabs.org
arch/powerpc/platforms/512x/mpc5121_ads_cpld.c