diff options
| author | Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> | 2017-06-26 15:52:48 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2017-07-10 14:26:03 -0400 |
| commit | fc50a6cbc0bd8c5cd3b95bf3be08c62f740f1a28 (patch) | |
| tree | 34b421f27e8655aa678b6822960437d0f0bcacf4 /drivers/mmc | |
| parent | ccaa83f8026a2359aabc9925a8a1f0e60f0b3fce (diff) | |
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')
| -rw-r--r-- | drivers/mmc/hi6220_dw_mmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/hi6220_dw_mmc.c b/drivers/mmc/hi6220_dw_mmc.c index fdaf1e40bce..d795198534b 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; |
