mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 17:54:13 +08:00
mmc: sdhci: Fix grammar in warning message
The correct form is "did not become", so fix it accordingly. Signed-off-by: Fabio Estevam <festevam@gmail.com> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
76216850b2
commit
b0b19ce6e4
@ -2213,7 +2213,7 @@ int sdhci_start_signal_voltage_switch(struct mmc_host *mmc,
|
|||||||
if (!(ctrl & SDHCI_CTRL_VDD_180))
|
if (!(ctrl & SDHCI_CTRL_VDD_180))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
pr_warn("%s: 3.3V regulator output did not became stable\n",
|
pr_warn("%s: 3.3V regulator output did not become stable\n",
|
||||||
mmc_hostname(mmc));
|
mmc_hostname(mmc));
|
||||||
|
|
||||||
return -EAGAIN;
|
return -EAGAIN;
|
||||||
@ -2245,7 +2245,7 @@ int sdhci_start_signal_voltage_switch(struct mmc_host *mmc,
|
|||||||
if (ctrl & SDHCI_CTRL_VDD_180)
|
if (ctrl & SDHCI_CTRL_VDD_180)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
pr_warn("%s: 1.8V regulator output did not became stable\n",
|
pr_warn("%s: 1.8V regulator output did not become stable\n",
|
||||||
mmc_hostname(mmc));
|
mmc_hostname(mmc));
|
||||||
|
|
||||||
return -EAGAIN;
|
return -EAGAIN;
|
||||||
|
Loading…
Reference in New Issue
Block a user