On Tue, Aug 3, 2021 at 2:17 AM Bjorn Helgaas <helgaas@xxxxxxxxxx> wrote: > On Fri, Jul 30, 2021 at 11:53:55PM +0300, Andy Shevchenko wrote: ... > > - if (!pin || !dev->irq_managed || dev->irq <= 0) > > + if (!pin || !pcibios_irq_is_managed(dev)) > > This file may be compiled for x86, arm64, and ia64, but it looks like > you only defined pcibios_irq_is_managed() for x86. Ah, right. Ignore this patch. Thanks for the review! -- With Best Regards, Andy Shevchenko