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)
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>

No differences found