]> git.baikalelectronics.ru Git - kernel.git/commit
xen: Use dev_is_pci() to check whether it is pci device
authorYijing Wang <wangyijing@huawei.com>
Thu, 5 Dec 2013 11:34:05 +0000 (19:34 +0800)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 7 Jan 2014 14:53:33 +0000 (09:53 -0500)
commit0d0c8bb59a3e06ed66731d7bb4be6dd73e6bdae3
tree7326d206e3031bc69c5ac4da3cdf08dd7a87b150
parent6224c47c55f62e0b7b1c2d5c4aab5a62a07a13a5
xen: 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: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Jan Beulich <JBeulich@suse.com>
drivers/xen/dbgp.c