VMCI: Use PCI_IRQ_ALL_TYPES to remove PCI_IRQ_LEGACY use
authorDamien Le Moal <dlemoal@kernel.org>
Mon, 25 Mar 2024 07:09:24 +0000 (16:09 +0900)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 25 Apr 2024 17:53:31 +0000 (12:53 -0500)
commitef083b6376abbae1149fd30b9d63fe158f64c703
tree752411b4b8de2fc742144594dd3a101e5ec8e5b7
parentd6f0bbcd2fc043b2e498ad3d20ebbb4b04952540
VMCI: Use PCI_IRQ_ALL_TYPES to remove PCI_IRQ_LEGACY use

In vmci_guest_probe_device(), remove the reference to PCI_IRQ_LEGACY by
using PCI_IRQ_ALL_TYPES instead of an explicit OR of all IRQ types.

Link: https://lore.kernel.org/r/20240325070944.3600338-14-dlemoal@kernel.org
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/vmw_vmci/vmci_guest.c