hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/drivers/mmc/host/sdhci-of-at91.c
....@@ -455,6 +455,7 @@
455455 static struct platform_driver sdhci_at91_driver = {
456456 .driver = {
457457 .name = "sdhci-at91",
458
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
458459 .of_match_table = sdhci_at91_dt_match,
459460 .pm = &sdhci_at91_dev_pm_ops,
460461 },