Skip to content
Snippets Groups Projects
Commit fc50a6cb authored by Jorge Ramirez-Ortiz's avatar Jorge Ramirez-Ortiz Committed by Tom Rini
Browse files

driver: mmc: update debug info


This driver is used in another board; remove board information from
the driver debug log.

Signed-off-by: default avatarJorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent ccaa83f8
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
static int hi6220_dwmci_core_init(struct dwmci_host *host, int index) static int hi6220_dwmci_core_init(struct dwmci_host *host, int index)
{ {
host->name = "HiKey DWMMC"; host->name = "Hisilicon DWMMC";
host->dev_index = index; host->dev_index = index;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment