kernel/drivers/mmc/host/sdhci-pxav2.c
.. .. @@ -236,6 +236,7 @@ 236 236 static struct platform_driver sdhci_pxav2_driver = { 237 237 .driver = { 238 238 .name = "sdhci-pxav2", 239 + .probe_type = PROBE_PREFER_ASYNCHRONOUS,239 240 .of_match_table = of_match_ptr(sdhci_pxav2_of_match), 240 241 .pm = &sdhci_pltfm_pmops, 241 242 },