]> git.baikalelectronics.ru Git - 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)
commit76c60b3ebce653964cce5adaff93626bff4962be
tree3b2db1a08bb5d133e69c57bef69783efcc545cb3
parent48fdd7874f07dfb3a661edca7ea1d4807bb4ccb0
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