|
@@ -2231,7 +2231,7 @@ int dw_mci_probe(struct dw_mci *host)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- host->vmmc = devm_regulator_get(host->dev, "vmmc");
|
|
|
|
|
|
+ host->vmmc = devm_regulator_get_optional(host->dev, "vmmc");
|
|
if (IS_ERR(host->vmmc)) {
|
|
if (IS_ERR(host->vmmc)) {
|
|
ret = PTR_ERR(host->vmmc);
|
|
ret = PTR_ERR(host->vmmc);
|
|
if (ret == -EPROBE_DEFER)
|
|
if (ret == -EPROBE_DEFER)
|