Tag: f170d71eb2eb5de968dbedfd74bc53944a080391

gpio/gpio-tegra: 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: Stephen Warren Cc: Thierry Reding Cc: linux-gpio@vger.kernel.org — drivers/gpio/gpio-tegra.c | 4 ++– 1 file changed, 2 …

Continue reading