summaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorThomas Gleixner2015-06-23 15:52:34 +0200
committerThomas Gleixner2015-09-16 15:43:11 +0200
commit9758a7b0e5fdd5a08bcc73540bb3b98d59295a6d (patch)
tree73ac1f3c6f5543331c4ad304bf192bf6c7c395b4 /mm
parentpowerpc/cpm2: Use irq_set_handler_locked() (diff)
downloadkernel-qcow2-linux-9758a7b0e5fdd5a08bcc73540bb3b98d59295a6d.tar.gz
kernel-qcow2-linux-9758a7b0e5fdd5a08bcc73540bb3b98d59295a6d.tar.xz
kernel-qcow2-linux-9758a7b0e5fdd5a08bcc73540bb3b98d59295a6d.zip
powerpc/ipic: 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: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: Anton Blanchard <anton@samba.org> Cc: linuxppc-dev@lists.ozlabs.org
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions