Re: [PATCH] mmc: dw_mmc: fix num_slots setting

2016-02-01 Thread Shawn Lin
Hi Jaehoon, On 2016/2/2 12:42, Jaehoon Chung wrote: Hi, Shawn. On 01/22/2016 04:43 PM, Shawn Lin wrote: This patch make num_slots to 1 if pdata->num_slot is not defined. Meanwhile, we need to make sure num_slots should not larger that the supported slots Signed-off-by: Shawn Lin ---

Re: [PATCH] mmc: dw_mmc: fix num_slots setting

2016-02-01 Thread Jaehoon Chung
Hi, Shawn. On 01/22/2016 04:43 PM, Shawn Lin wrote: > This patch make num_slots to 1 if pdata->num_slot is not > defined. Meanwhile, we need to make sure num_slots should > not larger that the supported slots > > Signed-off-by: Shawn Lin > --- > > drivers/mmc/host/dw_mmc.c | 16

Re: [PATCH] mmc: dw_mmc: fix num_slots setting

2016-02-01 Thread Jaehoon Chung
Hi, Shawn. On 01/22/2016 04:43 PM, Shawn Lin wrote: > This patch make num_slots to 1 if pdata->num_slot is not > defined. Meanwhile, we need to make sure num_slots should > not larger that the supported slots > > Signed-off-by: Shawn Lin > --- > >

Re: [PATCH] mmc: dw_mmc: fix num_slots setting

2016-02-01 Thread Shawn Lin
Hi Jaehoon, On 2016/2/2 12:42, Jaehoon Chung wrote: Hi, Shawn. On 01/22/2016 04:43 PM, Shawn Lin wrote: This patch make num_slots to 1 if pdata->num_slot is not defined. Meanwhile, we need to make sure num_slots should not larger that the supported slots Signed-off-by: Shawn Lin

[PATCH] mmc: dw_mmc: fix num_slots setting

2016-01-21 Thread Shawn Lin
This patch make num_slots to 1 if pdata->num_slot is not defined. Meanwhile, we need to make sure num_slots should not larger that the supported slots Signed-off-by: Shawn Lin --- drivers/mmc/host/dw_mmc.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git

[PATCH] mmc: dw_mmc: fix num_slots setting

2016-01-21 Thread Shawn Lin
This patch make num_slots to 1 if pdata->num_slot is not defined. Meanwhile, we need to make sure num_slots should not larger that the supported slots Signed-off-by: Shawn Lin --- drivers/mmc/host/dw_mmc.c | 16 +--- 1 file changed, 9 insertions(+), 7