On Tue, Jun 2, 2020 at 6:35 PM Andy Shevchenko <[email protected]> wrote: > On Tue, Jun 2, 2020 at 12:25 PM Piotr Stankiewicz > <[email protected]> wrote:
... > if (dd->flags & QIB_HAS_INTX) > flags = PCI_IRQ_ALL_TYPES; > if (dd->flags & QIB_HAS_INTX) This line should be 'else'. > flags = PCI_IRQ_MSI_TYPES; -- With Best Regards, Andy Shevchenko

