PCI: keystone: Cleanup ks_pcie_msi_irq_handler()
authorKishon Vijay Abraham I <kishon@ti.com>
Thu, 21 Mar 2019 09:59:23 +0000 (15:29 +0530)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Thu, 4 Apr 2019 16:10:46 +0000 (17:10 +0100)
commit66c10eca595293cd7a87afea112ca97179924d2a
treec3656c49e9f2508e69c7587dbbbb95f706ffcbe3
parentf6f2900ca9b7c79d304e0cc264b010ed1c86a6b1
PCI: keystone: Cleanup ks_pcie_msi_irq_handler()

ks_pcie_msi_irq_handler() invokes ks_pcie_handle_msi_irq() for handling
the interrupts.

Having two functions for handling the interrupt was used when keystone
PCIe driver was implemented using two files but with commit b492aca35c98
("PCI: keystone: Merge pci-keystone-dw.c and pci-keystone.c"), which
merged the keystone PCIe driver to use a single file, two functions for
handling the interrupt handler are not required.

Handle MSI interrupt in a single interrupt handler here.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
drivers/pci/controller/dwc/pci-keystone.c