Re: [U-Boot] [PATCH 4/7] mmc: rescan fails on empty slot

2011-07-20 Thread Jaehoon Chung
Hi Michael Thanks for your explanation. :) Regards, Jaehoon Chung Michael Jones wrote: > Hi Jaehoon Chung, > > On 07/19/2011 04:06 AM, Jaehoon Chung wrote: >> Hi Michael. >> >> I have some question. there are some mmc_init(). >> But you are only checked there.. >> Did you have any special reaso

Re: [U-Boot] [PATCH 4/7] mmc: rescan fails on empty slot

2011-07-20 Thread Michael Jones
Hi Jaehoon Chung, On 07/19/2011 04:06 AM, Jaehoon Chung wrote: > > Hi Michael. > > I have some question. there are some mmc_init(). > But you are only checked there.. > Did you have any special reason? > > Regards, > Jaehoon Chung The purpose of my patch was to enable an if/else to detect whet

Re: [U-Boot] [PATCH 4/7] mmc: rescan fails on empty slot

2011-07-18 Thread Jaehoon Chung
Hi Michael. I have some question. there are some mmc_init(). But you are only checked there.. Did you have any special reason? Regards, Jaehoon Chung Michael Jones wrote: > Fail in 'mmc rescan' if mmc_init() returns error > > Signed-off-by: Michael Jones > --- > common/cmd_mmc.c |6 --

[U-Boot] [PATCH 4/7] mmc: rescan fails on empty slot

2011-07-15 Thread Michael Jones
Fail in 'mmc rescan' if mmc_init() returns error Signed-off-by: Michael Jones --- common/cmd_mmc.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index 176646d..28918f6 100644 --- a/common/cmd_mmc.c +++ b/common/cmd_mmc.c @@ -165