]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PCI/MSI: xgene: Remove msi_controller assignment
authorDuc Dang <dhdang@apm.com>
Thu, 17 Sep 2015 00:31:40 +0000 (17:31 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 25 Sep 2015 23:24:28 +0000 (18:24 -0500)
commit00b9b91cb330e70b6bc571a9aa7175b4590ca452
tree87467563a4b00f9cb753175ef33f8bdabbafd5a4
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f
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 <dhdang@apm.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Cc: Tanmay Inamdar <tinamdar@apm.com>
drivers/pci/host/pci-xgene.c