On Fri, Sep 18, 2015 at 09:59:56AM +0100, Marc Zyngier wrote: > On Wed, 16 Sep 2015 17:31:40 -0700 > Duc Dang <[email protected]> wrote: > > > With commit 8d63bc7beaee ("PCI/MSI: pci-xgene-msi: Get rid of > > struct msi_controller"), it is no longer required to assign > > msi_controller for X-Gene PCIe host bridge to support MSI. This > > patch removes this unnecessary code and also helps avoid a warning > > message ("failed to enable MSI") during boot. > > > > Signed-off-by: Duc Dang <[email protected]> > > Cc: Tanmay Inamdar <[email protected]> > > Acked-by: Marc Zyngier <[email protected]>
I lost the original mail from Duc, but I applied this to pci/host-xgene for v4.4 with this changelog: commit 00b9b91cb330e70b6bc571a9aa7175b4590ca452 Author: Duc Dang <[email protected]> Date: Wed Sep 16 17:31:40 2015 -0700 PCI/MSI: xgene: Remove msi_controller assignment After 8d63bc7beaee ("PCI/MSI: pci-xgene-msi: Get rid of struct msi_controller"), it is no longer required to assign msi_controller for X-Gene PCIe host bridge to support MSI. Remove this unnecessary code. This also avoids a warning message ("failed to enable MSI") during boot. [bhelgaas: changelog] Signed-off-by: Duc Dang <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Marc Zyngier <[email protected]> Cc: Tanmay Inamdar <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

