]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/amd: Use dev_is_pci() to check whether it is pci device
authorYijing Wang <wangyijing@huawei.com>
Thu, 5 Dec 2013 11:42:41 +0000 (19:42 +0800)
committerJoerg Roedel <joro@8bytes.org>
Tue, 7 Jan 2014 14:21:32 +0000 (15:21 +0100)
commit7c8242565c015e3b14bcd5986425dee211a83532
tree64f2a6cf0849c0058302a53e862831f1c9edaca4
parent0242b6e33e6b198789efabf5df3509fd30b67e8a
iommu/amd: Use dev_is_pci() to check whether it is pci device

Use PCI standard marco dev_is_pci() instead of directly compare
pci_bus_type to check whether it is pci device.

Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
drivers/iommu/amd_iommu.c