commit | 326c1cdae74186bfab3464e8f3378c7fa324be12 | [log] [tgz] |
---|---|---|
author | Yijing Wang <wangyijing@huawei.com> | Sun May 04 12:23:36 2014 +0800 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue May 27 11:23:46 2014 -0600 |
tree | e6a048d8d8e81b8c707482713dfc44d14b88c622 | |
parent | c9eaa447e77efe77b7fa4c953bd62de8297fd6c5 [diff] |
PCI: Rename pci_is_bridge() to pci_has_subordinate() Previously, pci_is_bridge() returned true only when a subordinate bus existed. Rename pci_is_bridge() to pci_has_subordinate() to better indicate what we're checking. No functional change. [bhelgaas: changelog] Signed-off-by: Yijing Wang <wangyijing@huawei.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>