You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
368 B
11 lines
368 B
--- a/arch/arm/mach-cns3xxx/pcie.c
|
|
+++ b/arch/arm/mach-cns3xxx/pcie.c
|
|
@@ -424,6 +424,8 @@ void __init cns3xxx_pcie_init_late(void)
|
|
|
|
for (i = 0; i < ARRAY_SIZE(cns3xxx_pcie); i++) {
|
|
cns3xxx_pcie_check_link(&cns3xxx_pcie[i]);
|
|
+ if (!cns3xxx_pcie[i].linked)
|
|
+ continue;
|
|
cns3xxx_pcie_hw_init(&cns3xxx_pcie[i]);
|
|
pci_common_init(&cns3xxx_pcie[i].hw_pci);
|
|
}
|
|
|