kernel/drivers/pci/endpoint/functions/pci-epf-test.c
.. .. @@ -870,7 +870,7 @@ 870 870 if (ret) 871 871 epf_test->dma_supported = false; 872 872 873 - if (linkup_notifier) {873 + if (linkup_notifier || core_init_notifier) {874 874 epf->nb.notifier_call = pci_epf_test_notifier; 875 875 pci_epc_register_notifier(epc, &epf->nb); 876 876 } else {