]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mmc: use proper name for the R-Car SoC
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Sun, 28 May 2017 09:30:47 +0000 (11:30 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 20 Jun 2017 08:30:30 +0000 (10:30 +0200)
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>
drivers/mmc/host/renesas_sdhi_core.c
include/linux/mfd/tmio.h

index fa6c188e032786fb4cd6b7a24836137df0061b19..82150a966391954df029432fcab1ee6e8fc2808e 100644 (file)
@@ -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);
 
index a1520d88ebf3a3465532ede9255f9e21580b56e8..c83c16b931a8861857ab2c817b95e7c028549463 100644 (file)
@@ -66,7 +66,7 @@
  */
 #define TMIO_MMC_SDIO_IRQ              (1 << 2)
 
-/* Some features are only available or tested on RCar Gen2 or later */
+/* Some features are only available or tested on R-Car Gen2 or later */
 #define TMIO_MMC_MIN_RCAR2             (1 << 3)
 
 /*