]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/vt-d: Use dev_is_pci() to check whether it is pci device
authorYijing Wang <wangyijing@huawei.com>
Thu, 5 Dec 2013 11:43:42 +0000 (19:43 +0800)
committerJoerg Roedel <joro@8bytes.org>
Tue, 7 Jan 2014 14:21:45 +0000 (15:21 +0100)
commit114e412ac10db9fe83c2f540953bb24e8da19351
tree1b0836ca08e56f56d20631cd6f4d540158f1162f
parent8170bae0632d1b80fc7a2cc23d34e4ba73a1968e
iommu/vt-d: 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/intel-iommu.c