diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2017-05-28 11:30:47 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2017-06-20 10:30:30 +0200 |
commit | d63c2bf49c0de83e88153da3af9970f68c633257 (patch) | |
tree | ec092e27b8b384bdc14e44128c334118cb005e63 /drivers/mmc/host | |
parent | 73a47a9bb3e2c4a9c553c72456e63ab991b1a4d9 (diff) | |
download | linux-d63c2bf49c0de83e88153da3af9970f68c633257.tar.gz linux-d63c2bf49c0de83e88153da3af9970f68c633257.tar.bz2 linux-d63c2bf49c0de83e88153da3af9970f68c633257.zip |
mmc: use proper name for the R-Car SoC
It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive text.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host')
-rw-r--r-- | drivers/mmc/host/renesas_sdhi_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/renesas_sdhi_core.c b/drivers/mmc/host/renesas_sdhi_core.c index fa6c188e0327..82150a966391 100644 --- a/drivers/mmc/host/renesas_sdhi_core.c +++ b/drivers/mmc/host/renesas_sdhi_core.c @@ -130,7 +130,7 @@ static unsigned int renesas_sdhi_clk_update(struct tmio_mmc_host *host, unsigned int freq, diff, best_freq = 0, diff_min = ~0; int i, ret; - /* tested only on RCar Gen2+ currently; may work for others */ + /* tested only on R-Car Gen2+ currently; may work for others */ if (!(host->pdata->flags & TMIO_MMC_MIN_RCAR2)) return clk_get_rate(priv->clk); |