commit | d317ac1750141db07ba30ecb1e2bacebad292fcd | [log] [tgz] |
---|---|---|
author | Yijing Wang <wangyijing@huawei.com> | Thu Dec 05 20:01:20 2013 +0800 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Dec 09 11:40:24 2013 +1100 |
tree | 43d196980935adf43f898b8343c2500c5760d2ca | |
parent | 5877231f646bbd6d1d545e7af83aaa6e6b746013 [diff] |
powerpc/pci: 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: Benjamin Herrenschmidt <benh@kernel.crashing.org>