aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorThomas Gleixner <[email protected]>2015-06-23 15:52:41 +0200
committerThomas Gleixner <[email protected]>2015-07-12 09:37:47 +0200
commitd2aa914d27f1fb9b7d4e4767c1698ed6a665cb1d (patch)
tree27159cebe730de7884066ec671734651a7be4e8b /tools/perf/scripts/python
parent5b29264c659c31bada65582005d99adb3bb41fea (diff)
irqchip/vt8500: 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 <[email protected]> Cc: Jiang Liu <[email protected]> Cc: Julia Lawall <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Jason Cooper <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions