diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2015-06-23 13:52:31 (GMT) |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2015-09-16 13:43:10 (GMT) |
commit | 6b83bd941479e99f6890ed4b5c54cb1f43c7146f (patch) | |
tree | feeae98017305bc8243fd8fa64d0531964c91f3d /arch/x86 | |
parent | e902e14549e04c040fb6e15785efd35f810a223a (diff) | |
download | linux-6b83bd941479e99f6890ed4b5c54cb1f43c7146f.tar.xz |
powerpc/mpc52xx: Use irq_set_handler_locked()
Use irq_set_handler_locked() as it avoids a redundant lookup of the
irq descriptor.
Search and replacement was done with coccinelle:
@@
struct irq_data *d;
expression E1;
@@
-__irq_set_handler_locked(d->irq, E1);
+irq_set_handler_locked(d, E1);
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Jiang Liu <jiang.liu@linux.intel.com>
Cc: Julia Lawall <julia.lawall@lip6.fr>
Cc: Anatolij Gustschin <agust@denx.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: linuxppc-dev@lists.ozlabs.org
Diffstat (limited to 'arch/x86')
0 files changed, 0 insertions, 0 deletions