kernel/drivers/mmc/host/tmio_mmc.c
.. .. @@ -153,6 +153,7 @@ 153 153 static struct platform_driver tmio_mmc_driver = { 154 154 .driver = { 155 155 .name = "tmio-mmc", 156 + .probe_type = PROBE_PREFER_ASYNCHRONOUS,156 157 .pm = &tmio_mmc_dev_pm_ops, 157 158 }, 158 159 .probe = tmio_mmc_probe,