Files
linux/drivers/gpio
Thomas Gleixner 72b2a9ef9c gpio/ep93xx: Use irq_set_handler_locked()
Use irq_set_handler_locked() as it avoids a redundant lookup of the
irq descriptor.

Search and replacement was done with coccinelle:

@@
struct irq_data *d;
expression E1;
@@

-__irq_set_handler_locked(d->irq, E1);
+irq_set_handler_locked(d, E1);

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Jiang Liu <jiang.liu@linux.intel.com>
Cc: Julia Lawall <julia.lawall@lip6.fr>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Alexandre Courbot <gnurou@gmail.com>
Cc: linux-gpio@vger.kernel.org
2015-07-14 12:12:19 +02:00
..
2015-03-17 17:45:59 +01:00
2015-06-16 11:00:06 +02:00
2015-05-13 10:02:12 +02:00
2015-05-06 15:33:48 +02:00
2015-06-10 09:11:10 +02:00
2015-06-16 11:00:06 +02:00
2015-05-06 15:33:48 +02:00
2015-06-16 11:00:06 +02:00
2015-05-05 17:50:07 +02:00
2015-05-06 15:33:48 +02:00
2015-05-06 15:33:48 +02:00
2015-01-22 09:45:24 +01:00
2015-06-10 09:11:10 +02:00