commit | 00db2ae52a78f6ba23c16c22696da59f4f2a4da0 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Jul 16 22:35:20 2015 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu Jul 16 22:53:22 2015 +0200 |
tree | 3ac3532923db2e0e4d405a5f44306ac47a01d216 | |
parent | 77b563ed06a63e59ce1bf2803170898e852b3866 [diff] |
irqchip/brcmstb-l2: Prepare brcmstb_l2_intc_irq_handle for irq argument removal 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 <tglx@linutronix.de> Cc: Julia Lawall <Julia.Lawall@lip6.fr>