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

2016-02-03 Thread Jaehoon Chung
Hi, Shawn. On 02/02/2016 03:11 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 Thanks! I will apply this. Best Regards, Jaehoon Chung > > Signed-off-by: Shawn Lin

[PATCH v2] mmc: dw_mmc: fix num_slots setting

2016-02-01 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 --- Changes in v2: - remove default num-slots setting from dw_mci_parse_dt drivers/mmc/host/dw_mmc.c | 23 ++-