Re: [U-Boot] [PATCH] mmc: exynos_dw-mmc: change debug message

2014-12-12 Thread Pantelis Antoniou
Hi Jaehoon, > On Nov 28, 2014, at 13:42 , Jaehoon Chung wrote: > > To debug more exactly, add the index for device. > > Signed-off-by: Jaehoon Chung > --- > drivers/mmc/exynos_dw_mmc.c | 22 -- > 1 file changed, 12 insertions(+), 10 deletions(-) > > diff --git a/drivers/m

[U-Boot] [PATCH] mmc: exynos_dw-mmc: change debug message

2014-11-28 Thread Jaehoon Chung
To debug more exactly, add the index for device. Signed-off-by: Jaehoon Chung --- drivers/mmc/exynos_dw_mmc.c | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/drivers/mmc/exynos_dw_mmc.c b/drivers/mmc/exynos_dw_mmc.c index d96dfe1..dfa209b 100644 ---