]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pci: pcie-designware: Remove irq_desc abuse
authorThomas Gleixner <tglx@linutronix.de>
Sun, 23 Feb 2014 21:40:11 +0000 (21:40 +0000)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:18:43 +0000 (21:18 -0600)
commitfd1271e6a7b2adfe16eca60eb9eb7760299ad9c1
tree72f0601167b9e710fe33ae50a0b0aa038ef10905
parent5233a2919aed994fbae25c752daaa6c0d46fb38e
pci: pcie-designware: Remove irq_desc abuse

There is no reason to care about irq_desc in that context, escpecially
as irq_data for that interrupt is retrieved as well.

Use the proper accessor for the msi descriptor

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Cc: Mohit Kumar <mohit.kumar@st.com>
Cc: pci <linux-pci@vger.kernel.org>
Link: http://lkml.kernel.org/r/20140223212736.987803648@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
(cherry picked from commit f7bfca6db60a6ca0a73126918b2fb6f851065947)
drivers/pci/host/pcie-designware.c