PCI: designware: Add irq_create_mapping()
authorPratyush Anand <pratyush.anand@st.com>
Wed, 9 Oct 2013 12:32:12 +0000 (21:32 +0900)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 9 Oct 2013 15:14:23 +0000 (09:14 -0600)
commit904d0e7889933fb48d921c998fd1cabb3a9d6635
tree71cddd777f8e69fa16098fc8855174eaf6397809
parent73e408508bf6c76d8dc06f044f0e4703a1e27f14
PCI: designware: Add irq_create_mapping()

Without irq_create_mapping(), the correct IRQ number cannot be
provided.  In this case, it makes problems such as NULL dereference.
Thus, irq_create_mapping() should be added for MSI.

Suggested-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Pratyush Anand <pratyush.anand@st.com>
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pcie-designware.c
drivers/pci/host/pcie-designware.h