hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/drivers/mmc/host/pxamci.c
....@@ -828,6 +828,7 @@
828828 .remove = pxamci_remove,
829829 .driver = {
830830 .name = DRIVER_NAME,
831
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
831832 .of_match_table = of_match_ptr(pxa_mmc_dt_ids),
832833 },
833834 };