Tag: 9154566ee3edd0f6a7aa4ef8bed76d3cd57bcb88

MIPS: bcm63xx: Use irq_set_handler_locked()

Author: Thomas Gleixner <tglx@linutronix.de> Use irq_set_handler_locked() as it avoids a redundant lookup of the irq descriptor. Search and replacement was done with coccinelle. Signed-off-by: Thomas Gleixner Cc: Jiang Liu Cc: Julia Lawall Cc: Ralf Baechle Cc: linux-mips@linux-mips.org Cc: LKML Patchwork: https://patchwork.linux-mips.org/patch/10701/ Signed-off-by: Ralf Baechle — arch/mips/bcm63xx/irq.c | 4 ++– 1 file changed, 2 insertions(+), 2 …

Continue reading