Tag: 00db2ae52a78f6ba23c16c22696da59f4f2a4da0

irqchip/brcmstb-l2: Prepare brcmstb_l2_intc_irq_handle 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