Re: [PATCH] vmw_vmci: Fix irq allocation

2017-03-27 Thread Christoph Hellwig
Hi Petr, it seems like the minimal return value fix I sent a while ago finally made it to Linus for -rc4. But the rest of your patch still looks like a nice cleanup, so can you rebase and resend it?

[PATCH] vmw_vmci: Fix irq allocation

2017-03-26 Thread Petr Vandrovec
From: Petr Vandrovec Change 3bb434 (vmw_vmci: switch to pci_irq_alloc_vectors) converted vmw_vmci to use pci_irq_alloc_vectors. Unfortunately for the code pci_irq_alloc_vectors returns number of allocated vectors on success, rather than zero. So successful allocation was always treated as an er