diff mbox series

[PATCHv6,2/3] driver: mmc: update debug info

Message ID 1498485169-15282-2-git-send-email-jorge.ramirez-ortiz@linaro.org
State Accepted
Commit fc50a6cbc0bd8c5cd3b95bf3be08c62f740f1a28
Headers show
Series [PATCHv6,1/3] ARM64: dts: hi3798cv200-poplar: add device tree bindings | expand

Commit Message

Jorge Ramirez-Ortiz June 26, 2017, 1:52 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

Simon Glass July 7, 2017, 3:58 a.m. UTC | #1
On 26 June 2017 at 07:52, Jorge Ramirez-Ortiz
<jorge.ramirez-ortiz@linaro.org> 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>
> ---
>  drivers/mmc/hi6220_dw_mmc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini July 11, 2017, 12:40 p.m. UTC | #2
On Mon, Jun 26, 2017 at 03:52:48PM +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: Simon Glass <sjg@chromium.org>


Applied to u-boot/master, thanks!

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