hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/drivers/mmc/host/sdhci-pxav3.c
....@@ -590,6 +590,7 @@
590590 static struct platform_driver sdhci_pxav3_driver = {
591591 .driver = {
592592 .name = "sdhci-pxav3",
593
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
593594 .of_match_table = of_match_ptr(sdhci_pxav3_of_match),
594595 .pm = &sdhci_pxav3_pmops,
595596 },