>> +static inline bool pci_is_bridge(struct pci_dev *dev) >> +{ >> + return dev->hdr_type == PCI_HEADER_TYPE_BRIDGE || >> + dev->hdr_type == PCI_HEADER_TYPE_CARDBUS; >> +} > > There's no point in adding this unless somebody uses it (but I assume > you probably meant to use it in acpi_pci_find_companion() as I mentioned). I will resend a complete patchset soon if you think it make sense. Thanks! Yijing. > >> /** >> * pcie_caps_reg - get the PCIe Capabilities Register >> * @dev: PCI device >> -- >> 1.7.1 >> >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-pci" in >> the body of a message to majordomo@xxxxxxxxxxxxxxx >> More majordomo info at http://vger.kernel.org/majordomo-info.html > > -- Thanks! Yijing -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html