Tag: 3b0d1561ea5787a40b2f014d4f3dc48a575c3675

pinctrl/sirf: Prepare xxx_gpio-handle_irq for irq argument removal

Author: Thomas Gleixner <tglx@linutronix.de> The irq argument of most interrupt flow handlers is unused or merily used instead of a local variable. The handlers which need the irq argument can retrieve the irq number from the irq descriptor. Search and update was done with coccinelle and the invaluable help of Julia Lawall. Signed-off-by: Thomas Gleixner …

Continue reading