File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
drivers/pci/endpoint/functions Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ config PCI_EPF_NTB
2727 If in doubt, say "N" to disable Endpoint NTB driver.
2828
2929config PCI_EPF_VNTB
30- tristate "PCI Endpoint NTB driver"
31- depends on PCI_ENDPOINT
32- depends on NTB
33- select CONFIGFS_FS
34- help
35- Select this configuration option to enable the Non-Transparent
36- Bridge (NTB) driver for PCIe Endpoint. NTB driver implements NTB
37- between PCI Root Port and PCIe Endpoint.
30+ tristate "PCI Endpoint NTB driver"
31+ depends on PCI_ENDPOINT
32+ depends on NTB
33+ select CONFIGFS_FS
34+ help
35+ Select this configuration option to enable the Non-Transparent
36+ Bridge (NTB) driver for PCIe Endpoint. NTB driver implements NTB
37+ between PCI Root Port and PCIe Endpoint.
3838
39- If in doubt, say "N" to disable Endpoint NTB driver.
39+ If in doubt, say "N" to disable Endpoint NTB driver.
Original file line number Diff line number Diff line change @@ -979,7 +979,7 @@ static int pci_epf_test_bind(struct pci_epf *epf)
979979 if (ret )
980980 epf_test -> dma_supported = false;
981981
982- if (linkup_notifier ) {
982+ if (linkup_notifier || core_init_notifier ) {
983983 epf -> nb .notifier_call = pci_epf_test_notifier ;
984984 pci_epc_register_notifier (epc , & epf -> nb );
985985 } else {
You can’t perform that action at this time.
0 commit comments