[PATCH 2/2] uwb: Use dev_is_pci() to check whether it is pci device

2013-12-05 Thread Yijing Wang
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 --- drivers/uwb/umc-bus.c |2 +- include/linux/uwb/umc.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 2/2] uwb: Use dev_is_pci() to check whether it is pci device

2013-12-05 Thread Yijing Wang
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 wangyij...@huawei.com --- drivers/uwb/umc-bus.c |2 +- include/linux/uwb/umc.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git