kernel/drivers/mmc/host/sdhci-pic32.c
.. .. @@ -241,6 +241,7 @@ 241 241 static struct platform_driver pic32_sdhci_driver = { 242 242 .driver = { 243 243 .name = "pic32-sdhci", 244 + .probe_type = PROBE_PREFER_ASYNCHRONOUS,244 245 .of_match_table = of_match_ptr(pic32_sdhci_id_table), 245 246 }, 246 247 .probe = pic32_sdhci_probe,