[PATCH v2 2/8] mmc: dw_mmc: use the mmc_of_parse() instead of local parser

2014-01-28 Thread Jaehoon Chung
mmc_of_parse() have been already parsed the general capability. Didn't need to use the local parser. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com --- Changelog V2: - None drivers/mmc/core/host.c |4 ++-- drivers/mmc/host/dw_mmc.c | 49

RE: [PATCH v2 2/8] mmc: dw_mmc: use the mmc_of_parse() instead of local parser

2014-01-28 Thread Seungwon Jeon
On Tue, January 28, 2014, Jaehoon Chung wrote: mmc_of_parse() have been already parsed the general capability. Didn't need to use the local parser. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com --- Changelog V2: - None drivers/mmc/core/host.c |4 ++--

Re: [PATCH v2 2/8] mmc: dw_mmc: use the mmc_of_parse() instead of local parser

2014-01-28 Thread Jaehoon Chung
On 01/28/2014 09:53 PM, Seungwon Jeon wrote: On Tue, January 28, 2014, Jaehoon Chung wrote: mmc_of_parse() have been already parsed the general capability. Didn't need to use the local parser. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com --- Changelog V2: - None