Re: [U-Boot] [PATCH] mmc: replace the printf() instead of error()

2017-10-24 Thread Jaehoon Chung
On 10/24/2017 11:38 AM, Masahiro Yamada wrote: > Hi Jaehoon > > 2017-10-23 13:49 GMT+09:00 Jaehoon Chung : >> On 10/23/2017 01:46 PM, Jaehoon Chung wrote: >>> Replace the printf() instead of error(). >>> It is occurred the compiler error with "undefined reference to 'error'". >>> >>> Fixes: e0079f

Re: [U-Boot] [PATCH] mmc: replace the printf() instead of error()

2017-10-23 Thread Masahiro Yamada
Hi Jaehoon 2017-10-23 13:49 GMT+09:00 Jaehoon Chung : > On 10/23/2017 01:46 PM, Jaehoon Chung wrote: >> Replace the printf() instead of error(). >> It is occurred the compiler error with "undefined reference to 'error'". >> >> Fixes: e0079fecd75b ("mmc: refacstor SD startup to make it easier to su

Re: [U-Boot] [PATCH] mmc: replace the printf() instead of error()

2017-10-22 Thread Jaehoon Chung
On 10/23/2017 01:46 PM, Jaehoon Chung wrote: > Replace the printf() instead of error(). > It is occurred the compiler error with "undefined reference to 'error'". > > Fixes: e0079fecd75b ("mmc: refacstor SD startup to make it easier to support > new modes") > > Signed-off-by: Jaehoon Chung App

[U-Boot] [PATCH] mmc: replace the printf() instead of error()

2017-10-22 Thread Jaehoon Chung
Replace the printf() instead of error(). It is occurred the compiler error with "undefined reference to 'error'". Fixes: e0079fecd75b ("mmc: refacstor SD startup to make it easier to support new modes") Signed-off-by: Jaehoon Chung --- drivers/mmc/mmc.c | 8 1 file changed, 4 insertio