hc
2023-11-20 3c9370f7b6bffd697c9907a7139e9df5b0d4b9df
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 }