Tag: 43ec2e4316047e9eecf7df86768708395888eb96

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

Continue reading