Merge branch 'net-pci_dev_id'
authorDavid S. Miller <davem@davemloft.net>
Sun, 13 Aug 2023 11:30:40 +0000 (12:30 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 13 Aug 2023 11:30:40 +0000 (12:30 +0100)
Zheng Zengkai says:

====================
net: Use pci_dev_id() to simplify the code

PCI core API pci_dev_id() can be used to get the BDF number for a pci
device. Use the API to simplify the code.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge