From: Thomas Gleixner Date: Tue, 23 Jun 2015 13:52:38 +0000 (+0200) Subject: gpio/ep93xx: Use irq_set_handler_locked() X-Git-Tag: omap-for-v4.3/fixes-rc1~96^2~38^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72b2a9ef9c5fffe274cca0be63a4f3998fa0b641;p=pandora-kernel.git 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 Cc: Jiang Liu Cc: Julia Lawall Cc: Linus Walleij Cc: Alexandre Courbot Cc: linux-gpio@vger.kernel.org --- Reading git-diff-tree failed