Tag: b11b7af97883da01082e318abac51cec7162a347

gpio/msm-v2: 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-msm-v2.c | 4 ++– 1 file changed, 2 insertions(+), 2 deletions(-)   diff –git …

Continue reading