commit | 904d0e7889933fb48d921c998fd1cabb3a9d6635 | [log] [tgz] |
---|---|---|
author | Pratyush Anand <pratyush.anand@st.com> | Wed Oct 09 21:32:12 2013 +0900 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Oct 09 09:14:23 2013 -0600 |
tree | 71cddd777f8e69fa16098fc8855174eaf6397809 | |
parent | 73e408508bf6c76d8dc06f044f0e4703a1e27f14 [diff] |
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>