]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PCI/MSI: pci-xgene-msi: Consolidate chained IRQ handler install/remove
authorThomas Gleixner <tglx@linutronix.de>
Fri, 31 Jul 2015 20:12:29 +0000 (22:12 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 1 Aug 2015 06:07:23 +0000 (08:07 +0200)
commit36f024ed8fc96f50f01d171097237ebe51dadee7
tree145ce1e967db83cf594bea8f2e6b7ea8febda832
parentf70229e2a342714c7431547676da2518a0a22b55
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>
drivers/pci/host/pci-xgene-msi.c