hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/drivers/mmc/host/sdhci-pxav2.c
....@@ -236,6 +236,7 @@
236236 static struct platform_driver sdhci_pxav2_driver = {
237237 .driver = {
238238 .name = "sdhci-pxav2",
239
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
239240 .of_match_table = of_match_ptr(sdhci_pxav2_of_match),
240241 .pm = &sdhci_pltfm_pmops,
241242 },