scsi: megaraid_sas: Use pci_dev_id() to simplify the code
authorJialin Zhang <zhangjialin11@huawei.com>
Tue, 15 Aug 2023 02:54:18 +0000 (10:54 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 21 Aug 2023 20:47:44 +0000 (16:47 -0400)
commita46421fdf7e9fb662becf88b002872cb491dbcaa
tree351599527c89a51a1a67b4dc6fae4a37e5f78929
parent48e590218d1b2f472a3667e454bbe07ecaecb3f4
scsi: megaraid_sas: 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. We don't need to compose it manually. Use pci_dev_id() to simplify
the code a little bit.

Signed-off-by: Jialin Zhang <zhangjialin11@huawei.com>
Link: https://lore.kernel.org/r/20230815025419.3523236-3-zhangjialin11@huawei.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/megaraid/megaraid_sas_base.c