Re: [PATCH 13/28] misc: vmci_guest: Use PCI_IRQ_ALL_TYPES

2024-03-26 Thread Greg Kroah-Hartman
On Mon, Mar 25, 2024 at 04:09:24PM +0900, Damien Le Moal wrote: > 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. > > Signed-off-by: Damien Le Moal > --- Acked-by: Greg Kroah-Hartman

[PATCH 13/28] misc: vmci_guest: Use PCI_IRQ_ALL_TYPES

2024-03-25 Thread Damien Le Moal
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. Signed-off-by: Damien Le Moal --- drivers/misc/vmw_vmci/vmci_guest.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git