commit | 36f024ed8fc96f50f01d171097237ebe51dadee7 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Jul 31 22:12:29 2015 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat Aug 01 08:07:23 2015 +0200 |
tree | 145ce1e967db83cf594bea8f2e6b7ea8febda832 | |
parent | f70229e2a342714c7431547676da2518a0a22b55 [diff] |
PCI/MSI: pci-xgene-msi: Consolidate chained IRQ handler install/remove Chained irq handlers usually set up handler data as well. We now have a function to set both under irq_desc->lock. Replace the two calls with one. Search and conversion was done with coccinelle. Reported-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Julia Lawall <Julia.Lawall@lip6.fr> Cc: Duc Dang <dhdang@apm.com>