Re: [PATCH v4 1/4] PCI: Introduce pcim_alloc_irq_vectors()
From: Krzysztof Wilczyński <hidden>
Date: 2021-02-19 16:17:05
Also in:
linux-i2c, linux-pci, lkml
From: Krzysztof Wilczyński <hidden>
Date: 2021-02-19 16:17:05
Also in:
linux-i2c, linux-pci, lkml
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