diff mbox series

[PATCHv3,4/5] driver: mmc: update debug info

Message ID 1494256561-7385-5-git-send-email-jorge.ramirez-ortiz@linaro.org
State Superseded
Headers show
Series [PATCHv3,1/5] ARM64: dts: hi3798cv200-poplar: add device tree bindings | expand

Commit Message

Jorge Ramirez-Ortiz May 8, 2017, 3:16 p.m. UTC
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>
---
 drivers/mmc/hi6220_dw_mmc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini May 8, 2017, 3:20 p.m. UTC | #1
On Mon, May 08, 2017 at 05:16:00PM +0200, Jorge Ramirez-Ortiz wrote:

> 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: Tom Rini <trini@konsulko.com>


-- 
Tom
diff mbox series

Patch

diff --git a/drivers/mmc/hi6220_dw_mmc.c b/drivers/mmc/hi6220_dw_mmc.c
index fdaf1e4..d795198 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;