Re: [PATCH] PCI: msi: remove pci_irq_get_node() as no one is using it

2019-10-14 Thread Bjorn Helgaas
On Mon, Oct 14, 2019 at 12:04:52PM +0200, Greg Kroah-Hartman wrote: > The function pci_irq_get_node() is not used by anyone in the tree, so > just delete it. > > Cc: Bjorn Helgaas > Signed-off-by: Greg Kroah-Hartman Applied with Andrew's Reviewed-by to psi/msi for v5.5, thanks! > --- > > diff

Re: [PATCH] PCI: msi: remove pci_irq_get_node() as no one is using it

2019-10-14 Thread Andrew Murray
On Mon, Oct 14, 2019 at 12:04:52PM +0200, Greg Kroah-Hartman wrote: > The function pci_irq_get_node() is not used by anyone in the tree, so > just delete it. > > Cc: Bjorn Helgaas > Signed-off-by: Greg Kroah-Hartman > --- Reviewed-by: Andrew Murray > > diff --git a/drivers/pci/msi.c b/driver

[PATCH] PCI: msi: remove pci_irq_get_node() as no one is using it

2019-10-14 Thread Greg Kroah-Hartman
The function pci_irq_get_node() is not used by anyone in the tree, so just delete it. Cc: Bjorn Helgaas Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/pci/msi.c b/drivers/pci/msi.c index 0884bedcfc7a..f95fe23830f0 100644 --- a/drivers/pci/msi.c +++ b/drivers/pci/msi.c @@ -1315,22 +1