diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2015-06-23 16:52:38 +0300 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2015-07-14 13:12:19 +0300 |
| commit | 72b2a9ef9c5fffe274cca0be63a4f3998fa0b641 (patch) | |
| tree | 75aa176b54e9c47c7750209ddc152130b6409776 /scripts/gdb/linux/utils.py | |
| parent | 47c08462921f17de890c2574b2893ecae44cfd76 (diff) | |
| download | linux-72b2a9ef9c5fffe274cca0be63a4f3998fa0b641.tar.xz | |
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
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions
