On 9/1/2016 7:00 PM, Sinan Kaya wrote: > pcibios_reset_secondary_bus(dev); > pci_bus_restore(dev->bus); > + pci_bus_probe_crs(dev->subordinate); > } I should have done this instead. pcibios_reset_secondary_bus(dev); + pci_bus_probe_crs(dev->subordinate); pci_bus_restore(dev->bus); I can fix it on the next version. Looking forward to feedback. -- Sinan Kaya Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc. Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project. -- 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