hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/drivers/mmc/host/mxcmmc.c
....@@ -1244,6 +1244,7 @@
12441244 .id_table = mxcmci_devtype,
12451245 .driver = {
12461246 .name = DRIVER_NAME,
1247
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
12471248 .pm = &mxcmci_pm_ops,
12481249 .of_match_table = mxcmci_of_match,
12491250 }