kernel/drivers/mmc/host/sunxi-mmc.c
.. .. @@ -1496,6 +1496,7 @@ 1496 1496 static struct platform_driver sunxi_mmc_driver = { 1497 1497 .driver = { 1498 1498 .name = "sunxi-mmc", 1499 + .probe_type = PROBE_PREFER_ASYNCHRONOUS,1499 1500 .of_match_table = of_match_ptr(sunxi_mmc_of_match), 1500 1501 .pm = &sunxi_mmc_pm_ops, 1501 1502 },