Re: [PATCH v4 1/4] PCI: Introduce pcim_alloc_irq_vectors()

From: Krzysztof Wilczyński
Date: Fri Feb 19 2021 - 11:17:05 EST


Hi Robert,

[...]
> Obiously this is meant here:
>
> if (!pci_is_managed(dev))
[...]

A question to improve my understanding for future reference. Was the
previous approach of checking for "enabled" flag from struct pci_devres
was not a good choice here?

Krzysztof