瀏覽代碼

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>
Jorge Ramirez-Ortiz 8 年之前
父節點
當前提交
fc50a6cbc0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/mmc/hi6220_dw_mmc.c

+ 1 - 1
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;