summaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorThomas Gleixner2015-06-23 15:52:36 +0200
committerThomas Gleixner2015-09-16 15:43:11 +0200
commit9ca86b204b3c874e6ada28309f607e3aa74d60a9 (patch)
treec1321a2c9718d99fe8e397dc2f21df7e9ec1f43d /mm
parentpowerpc/ipic: Use irq_set_handler_locked() (diff)
downloadkernel-qcow2-linux-9ca86b204b3c874e6ada28309f607e3aa74d60a9.tar.gz
kernel-qcow2-linux-9ca86b204b3c874e6ada28309f607e3aa74d60a9.tar.xz
kernel-qcow2-linux-9ca86b204b3c874e6ada28309f607e3aa74d60a9.zip
powerpc/mpc8xx: 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: linuxppc-dev@lists.ozlabs.org
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions