PCI/IOV: Use pci_dev_id() to simplify the code
authorXiongfeng Wang <wangxiongfeng2@huawei.com>
Mon, 7 Aug 2023 13:48:58 +0000 (21:48 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 7 Aug 2023 21:15:39 +0000 (16:15 -0500)
commit6f7dc3076717d48980d8214eee083ee401fbe66d
tree92266b61c479b9f50612bc15137cffa267a6d193
parentf7f7c3d61556bb25c8c45c164056533fb2dde867
PCI/IOV: Use pci_dev_id() to simplify the code

When we have a struct pci_dev *, use pci_dev_id() instead of manually
composing the ID with PCI_DEVID() from dev->bus->number and dev->devfn.

[bhelgaas: commit log]
Link: https://lore.kernel.org/r/20230807134858.116051-4-wangxiongfeng2@huawei.com
Signed-off-by: Xiongfeng Wang <wangxiongfeng2@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/iov.c