Re: [U-Boot] [PATCH] dw_mmc: cleanups

2014-09-12 Thread Chin Liang See
Hi, On Thu, 2014-09-11 at 11:06 +0900, Jaehoon Chung wrote: Hi, Pavel. It looks good to me. If you're ok, can i suggest one thing? On 09/05/2014 07:49 PM, Pavel Machek wrote: dw_mmc driver was responding to errors with debug(). Change that to prinf so that any errors are

Re: [U-Boot] [PATCH] dw_mmc: cleanups

2014-09-10 Thread Jaehoon Chung
Hi, Pavel. It looks good to me. If you're ok, can i suggest one thing? On 09/05/2014 07:49 PM, Pavel Machek wrote: dw_mmc driver was responding to errors with debug(). Change that to prinf so that any errors are immediately obvious. Also adjust english in comments. Signed-off-by: Pavel

[U-Boot] [PATCH] dw_mmc: cleanups

2014-09-05 Thread Pavel Machek
dw_mmc driver was responding to errors with debug(). Change that to prinf so that any errors are immediately obvious. Also adjust english in comments. Signed-off-by: Pavel Machek pa...@denx.de diff --git a/drivers/mmc/dw_mmc.c b/drivers/mmc/dw_mmc.c index 0df30bc..4c16e7f 100644 ---

Re: [U-Boot] [PATCH] dw_mmc: cleanups

2014-09-05 Thread Marek Vasut
On Friday, September 05, 2014 at 12:49:48 PM, Pavel Machek wrote: dw_mmc driver was responding to errors with debug(). Change that to prinf so that any errors are immediately obvious. Also adjust english in comments. Signed-off-by: Pavel Machek pa...@denx.de diff --git

Re: [U-Boot] [PATCH] dw_mmc: cleanups

2014-09-05 Thread Pavel Machek
On Fri 2014-09-05 13:40:58, Marek Vasut wrote: On Friday, September 05, 2014 at 12:49:48 PM, Pavel Machek wrote: dw_mmc driver was responding to errors with debug(). Change that to prinf so that any errors are immediately obvious. Also adjust english in comments. Signed-off-by: Pavel

Re: [U-Boot] [PATCH] dw_mmc: cleanups

2014-09-05 Thread Marek Vasut
On Friday, September 05, 2014 at 01:59:19 PM, Pavel Machek wrote: On Fri 2014-09-05 13:40:58, Marek Vasut wrote: On Friday, September 05, 2014 at 12:49:48 PM, Pavel Machek wrote: dw_mmc driver was responding to errors with debug(). Change that to prinf so that any errors are immediately

Re: [U-Boot] [PATCH] dw_mmc: cleanups

2014-09-05 Thread Pavel Machek
On Fri 2014-09-05 14:05:48, Marek Vasut wrote: On Friday, September 05, 2014 at 01:59:19 PM, Pavel Machek wrote: On Fri 2014-09-05 13:40:58, Marek Vasut wrote: On Friday, September 05, 2014 at 12:49:48 PM, Pavel Machek wrote: dw_mmc driver was responding to errors with debug(). Change