Re: [U-Boot] [PATCH] mmc: add the device name in debugging message for supplying vmmc

2016-10-25 Thread Jaehoon Chung
On 10/24/2016 05:51 PM, Peng Fan wrote: > Hi Chung, > On Mon, Oct 24, 2016 at 03:22:22PM +0900, Jaehoon Chung wrote: >> If vmmc didn't supply, we didn't know which card didn't supply vmmc. >> And changed from "put" to "debug". >> >> Signed-off-by: Jaehoon Chung > >

Re: [U-Boot] [PATCH] mmc: add the device name in debugging message for supplying vmmc

2016-10-24 Thread Peng Fan
Hi Chung, On Mon, Oct 24, 2016 at 03:22:22PM +0900, Jaehoon Chung wrote: >If vmmc didn't supply, we didn't know which card didn't supply vmmc. >And changed from "put" to "debug". > >Signed-off-by: Jaehoon Chung Reviewed-by: Peng Fan Regards, Peng.

[U-Boot] [PATCH] mmc: add the device name in debugging message for supplying vmmc

2016-10-24 Thread Jaehoon Chung
If vmmc didn't supply, we didn't know which card didn't supply vmmc. And changed from "put" to "debug". Signed-off-by: Jaehoon Chung --- drivers/mmc/mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index