Home
last modified time | relevance | path

Searched hist:c65029b13b67b1bef9a7326ea042b58e3aa81f6f (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/dma/ioat/
H A Ddca.cdiff c65029b13b67b1bef9a7326ea042b58e3aa81f6f Tue Aug 15 04:38:21 CEST 2023 Jialin Zhang <zhangjialin11@huawei.com> dmaengine: ioatdma: 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 mannually. Use pci_dev_id() to
simplify the code a little bit.

Signed-off-by: Jialin Zhang <zhangjialin11@huawei.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/20230815023821.3518007-1-zhangjialin11@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>