hc
2023-11-30 6c9be420e167ee7ce45c0309586f09ddab28ac15
kernel/drivers/mmc/host/sdhci-of-esdhc.c
....@@ -969,6 +969,7 @@
969969 static struct platform_driver sdhci_esdhc_driver = {
970970 .driver = {
971971 .name = "sdhci-esdhc",
972
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
972973 .of_match_table = sdhci_esdhc_of_match,
973974 .pm = &esdhc_of_dev_pm_ops,
974975 },