Tag: 2456d869c45eeaefa7c5c96d30d1e884a12709e3

gpio/pch: 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: Linus Walleij Cc: Alexandre Courbot Cc: linux-gpio@vger.kernel.org — drivers/gpio/gpio-pch.c | 4 ++– 1 file changed, 2 insertions(+), 2 deletions(-)   diff –git …

Continue reading