pci: pcie-designware: Remove irq_desc abuse
authorThomas Gleixner <tglx@linutronix.de>
Sun, 23 Feb 2014 21:40:11 +0000 (21:40 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 4 Mar 2014 16:37:52 +0000 (17:37 +0100)
commitf7bfca6db60a6ca0a73126918b2fb6f851065947
treec424638f44f32f7b823d8d47caa1160952bb7b94
parentb8a9a11b976810ba12a43c4fe699a14892c97e52
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>
drivers/pci/host/pcie-designware.c