]> Pileus Git - ~andy/linux/commit
usb: Use dev_is_pci() to check whether it is pci device
authorYijing Wang <wangyijing@huawei.com>
Thu, 5 Dec 2013 11:21:32 +0000 (19:21 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Dec 2013 02:01:56 +0000 (18:01 -0800)
commite10e6f433f6f737f29dc1cea83e9a03095ac5c09
treecf14acd18bdc5f4a78da0224bcf4c3030beb6860
parent0d4e5bee27dc2f3aa2b0a8a2e0313bfcaf4c5389
usb: 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>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-dbg.c