kernel/drivers/mmc/host/s3cmci.c
.. .. @@ -1864,6 +1864,7 @@ 1864 1864 static struct platform_driver s3cmci_driver = { 1865 1865 .driver = { 1866 1866 .name = "s3c-sdi", 1867 + .probe_type = PROBE_PREFER_ASYNCHRONOUS,1867 1868 .of_match_table = s3cmci_dt_match, 1868 1869 }, 1869 1870 .id_table = s3cmci_driver_ids,