Re: [PATCH 1/1] mmc:core: Fix comparison issue in mmc_compare_ext_csds

2012-02-04 Thread Chris Ball
Hi, On Wed, Feb 01 2012, Jurgen Heeks wrote: > Found this issue during code review. Actually, there are two > issues which both compensate together in lucky case. > In unlucky case the bus width probing might not work as expected. > > Signed-off-by: Jurgen Heeks > --- > drivers/mmc/core/mmc.c |

Re: [PATCH 1/1] mmc:core: Fix comparison issue in mmc_compare_ext_csds

2012-02-01 Thread Namjae Jeon
2012/2/1 Jurgen Heeks : > Found this issue during code review. Actually, there are two > issues which both compensate together in lucky case. > In unlucky case the bus width probing might not work as expected. > > Signed-off-by: Jurgen Heeks > --- Reviewed-by: Namjae Jeon Good catch! Looks good

[PATCH 1/1] mmc:core: Fix comparison issue in mmc_compare_ext_csds

2012-02-01 Thread Jurgen Heeks
Found this issue during code review. Actually, there are two issues which both compensate together in lucky case. In unlucky case the bus width probing might not work as expected. Signed-off-by: Jurgen Heeks --- drivers/mmc/core/mmc.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)