Re: [PATCH] mmc: core: Fix Low speed mmc card detection failure

2012-02-04 Thread Chris Ball
Hi, On Wed, Jan 18 2012, Girish K S wrote: > This patch fixes the failure of low speed mmc card detection > > Signed-off-by: Girish K S > --- > drivers/mmc/core/mmc.c |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drivers/mmc/core/mmc.c b/drivers/mmc/core/mmc.c

Re: [PATCH] mmc: core: Fix Low speed mmc card detection failure

2012-01-30 Thread Girish K S
Hi Chris, can you consider this patch in your next branch. regards Girish K S On 19 January 2012 08:56, Girish K S wrote: > This patch fixes the failure of low speed mmc card detection > > Signed-off-by: Girish K S > --- >  drivers/mmc/core/mmc.c |    5 +++-- >  1 files changed, 3 insertions(+)

[PATCH] mmc: core: Fix Low speed mmc card detection failure

2012-01-18 Thread Girish K S
This patch fixes the failure of low speed mmc card detection Signed-off-by: Girish K S --- drivers/mmc/core/mmc.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/core/mmc.c b/drivers/mmc/core/mmc.c index dc03291..2bc586b 100644 --- a/drivers/mmc/core/mmc.