kernel/drivers/mmc/host/sdhci-pxav3.c
.. .. @@ -590,6 +590,7 @@ 590 590 static struct platform_driver sdhci_pxav3_driver = { 591 591 .driver = { 592 592 .name = "sdhci-pxav3", 593 + .probe_type = PROBE_PREFER_ASYNCHRONOUS,593 594 .of_match_table = of_match_ptr(sdhci_pxav3_of_match), 594 595 .pm = &sdhci_pxav3_pmops, 595 596 },