diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-05-11 06:47:51 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-11 06:47:50 -0700 |
| commit | 67f2c6d9c873e9252b053cb27fa07f5101e20592 (patch) | |
| tree | 5b11a64006d517562926aaff7e7b8bc0c14c0174 /drivers/mmc | |
| parent | 3a360dc1730143b82571c3336e6b7469b6c2da91 (diff) | |
| parent | e7c5371dd1a8581ec5454a292dcf4c3469fb879a (diff) | |
Merge "mmc: sdhci-msm: make probe as async probe"
Diffstat (limited to 'drivers/mmc')
| -rw-r--r-- | drivers/mmc/host/sdhci-msm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-msm.c b/drivers/mmc/host/sdhci-msm.c index 987d61bdda2d..ca72ebfd55a3 100644 --- a/drivers/mmc/host/sdhci-msm.c +++ b/drivers/mmc/host/sdhci-msm.c @@ -5004,6 +5004,7 @@ static struct platform_driver sdhci_msm_driver = { .driver = { .name = "sdhci_msm", .owner = THIS_MODULE, + .probe_type = PROBE_PREFER_ASYNCHRONOUS, .of_match_table = sdhci_msm_dt_match, .pm = SDHCI_MSM_PMOPS, }, |
