On 8/8/25 4:46 AM, Alexandre Courbot wrote:
This small cleanup series simplifies the use of `Device` in vbios
methods.
The device is used for logging purposes only; thus we don't need a
pci::Device, neither do we need it to be bound. This latter property
allows us to store an `ARef` to it into structures that require logging
instead of having all their methods take an extra `dev` argument.
Removing this argument streamlines the code a bit.
Signed-off-by: Alexandre Courbot <[email protected]>
Acked-by: Danilo Krummrich <[email protected]>