kernel/drivers/mmc/host/sdhci_f_sdh30.c
.. .. @@ -250,6 +250,7 @@ 250 250 static struct platform_driver sdhci_f_sdh30_driver = { 251 251 .driver = { 252 252 .name = "f_sdh30", 253 + .probe_type = PROBE_PREFER_ASYNCHRONOUS,253 254 .of_match_table = of_match_ptr(f_sdh30_dt_ids), 254 255 .acpi_match_table = ACPI_PTR(f_sdh30_acpi_ids), 255 256 .pm = &sdhci_pltfm_pmops,