Re: [PATCH 08/15] IB/qib: Use PCI_IRQ_MSI_TYPES where appropriate

From: Andy Shevchenko
Date: Tue Jun 02 2020 - 11:36:36 EST


On Tue, Jun 2, 2020 at 6:35 PM Andy Shevchenko
<andy.shevchenko@xxxxxxxxx> wrote:
> On Tue, Jun 2, 2020 at 12:25 PM Piotr Stankiewicz
> <piotr.stankiewicz@xxxxxxxxx> 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