Re: [PATCH 1/2] PCI: Replace pci_dev->is_busmaster with accessors
From: Maurice Hieronymus
Date: Tue Jul 14 2026 - 15:55:27 EST
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