summaryrefslogtreecommitdiff
path: root/drivers/mmc/hi6220_dw_mmc.c
diff options
context:
space:
mode:
authorJorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>2017-06-26 16:52:48 +0300
committerTom Rini <trini@konsulko.com>2017-07-10 21:26:03 +0300
commitfc50a6cbc0bd8c5cd3b95bf3be08c62f740f1a28 (patch)
tree34b421f27e8655aa678b6822960437d0f0bcacf4 /drivers/mmc/hi6220_dw_mmc.c
parentccaa83f8026a2359aabc9925a8a1f0e60f0b3fce (diff)
downloadu-boot-fc50a6cbc0bd8c5cd3b95bf3be08c62f740f1a28.tar.xz
driver: mmc: update debug info
This driver is used in another board; remove board information from the driver debug log. Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/mmc/hi6220_dw_mmc.c')
-rw-r--r--drivers/mmc/hi6220_dw_mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/hi6220_dw_mmc.c b/drivers/mmc/hi6220_dw_mmc.c
index fdaf1e40bc..d795198534 100644
--- a/drivers/mmc/hi6220_dw_mmc.c
+++ b/drivers/mmc/hi6220_dw_mmc.c
@@ -20,7 +20,7 @@
static int hi6220_dwmci_core_init(struct dwmci_host *host, int index)
{
- host->name = "HiKey DWMMC";
+ host->name = "Hisilicon DWMMC";
host->dev_index = index;