Re: [PATCH 1/3] mmc: dw_mmc: fix the wrong condition checking

2015-08-10 Thread Alim Akhtar
Hi Jaehoon On Thu, Aug 6, 2015 at 12:53 PM, Jaehoon Chung wrote: > > When num-slots is lower than 1, it's right that should be returned -ENODEV. > make sense. > Signed-off-by: Jaehoon Chung Reviewed-by: Alim Akhtar Tested-by: Alim Akhtar > --- > drivers/mmc/host/dw_mmc.c | 2 +- > 1 file c

[PATCH 1/3] mmc: dw_mmc: fix the wrong condition checking

2015-08-06 Thread Jaehoon Chung
When num-slots is lower than 1, it's right that should be returned -ENODEV. Signed-off-by: Jaehoon Chung --- drivers/mmc/host/dw_mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c index 3c0e199..de88e64 100644 --- a/dri