Re: [PATCH 1/2] PCI: Replace pci_dev->is_busmaster with accessors
"Maurice Hieronymus" <[email protected]> Tue, 14 Jul 2026 21:34:56 +0200
| Newsgroups | org.kernel.vger.linux-edac,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pci,org.kernel.vger.linux-scsi,org.kernel.vger.netdev,org.kernel.vger.rust-for-linux,org.xenproject.lists.xen-devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun Jul 12, 2026 at 4:28 PM CEST, Lukas Wunner wrote: > We already have the priv_flags member in struct pci_dev, > please use that instead of adding another one for the same purpose. > v2 moves the bit into priv_flags and exposes accessor functions for those drivers which needs to access the flags. Best, Maurice