]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
tegra: mmc: Fix comments in the MMC driver init
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jan 2016 23:37:42 +0000 (16:37 -0700)
committerTom Warren <twarren@nvidia.com>
Tue, 16 Feb 2016 16:17:50 +0000 (09:17 -0700)
Fix the SoC names in two comments.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
drivers/mmc/tegra_mmc.c

index 15848658e1197de620afc64c09cd211ecd59a2b5..573819a01e21a69d83aa3a6fc63f4240c78a46d3 100644 (file)
@@ -674,7 +674,7 @@ void tegra_mmc_init(void)
                CONFIG_SYS_MMC_MAX_DEVICE);
        debug("%s: count of Tegra210 sdhci nodes is %d\n", __func__, count);
        if (process_nodes(blob, node_list, count)) {
-               printf("%s: Error processing T30 mmc node(s)!\n", __func__);
+               printf("%s: Error processing T210 mmc node(s)!\n", __func__);
                return;
        }
 
@@ -684,7 +684,7 @@ void tegra_mmc_init(void)
                CONFIG_SYS_MMC_MAX_DEVICE);
        debug("%s: count of Tegra124 sdhci nodes is %d\n", __func__, count);
        if (process_nodes(blob, node_list, count)) {
-               printf("%s: Error processing T30 mmc node(s)!\n", __func__);
+               printf("%s: Error processing T124 mmc node(s)!\n", __func__);
                return;
        }