hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/drivers/mmc/host/atmel-mci.c
....@@ -2701,6 +2701,7 @@
27012701 .remove = atmci_remove,
27022702 .driver = {
27032703 .name = "atmel_mci",
2704
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
27042705 .of_match_table = of_match_ptr(atmci_dt_ids),
27052706 .pm = &atmci_dev_pm_ops,
27062707 },