Re: [PATCH 2/2] mmc: dw_mmc: exynos: Remove unnecessary use of of_match_ptr()

2013-03-22 Thread Chris Ball
Hi, On Wed, Mar 13 2013, Seungwon Jeon wrote: > On Monday, February 18, 2013, Sachin Kamat wrote: >> 'dw_mci_exynos_match' is always compiled in. Hence of_match_ptr >> is not required. >> >> Signed-off-by: Sachin Kamat > > Acked-by: Seungwon Jeon Thanks, pushed to mmc-next for 3.10. - Chris.

Re: [PATCH 2/2] mmc: dw_mmc: exynos: Remove unnecessary use of of_match_ptr()

2013-03-20 Thread Sachin Kamat
On 13 March 2013 21:05, Sachin Kamat wrote: > Hi Chris, > > On 13 March 2013 19:47, Seungwon Jeon wrote: >> On Monday, February 18, 2013, Sachin Kamat wrote: >>> 'dw_mci_exynos_match' is always compiled in. Hence of_match_ptr >>> is not required. >>> >>> Signed-off-by: Sachin Kamat >> >> Acked-b

Re: [PATCH 2/2] mmc: dw_mmc: exynos: Remove unnecessary use of of_match_ptr()

2013-03-13 Thread Sachin Kamat
Hi Chris, On 13 March 2013 19:47, Seungwon Jeon wrote: > On Monday, February 18, 2013, Sachin Kamat wrote: >> 'dw_mci_exynos_match' is always compiled in. Hence of_match_ptr >> is not required. >> >> Signed-off-by: Sachin Kamat > > Acked-by: Seungwon Jeon Here are the required Ack's for you t

RE: [PATCH 2/2] mmc: dw_mmc: exynos: Remove unnecessary use of of_match_ptr()

2013-03-13 Thread Seungwon Jeon
On Monday, February 18, 2013, Sachin Kamat wrote: > 'dw_mci_exynos_match' is always compiled in. Hence of_match_ptr > is not required. > > Signed-off-by: Sachin Kamat Acked-by: Seungwon Jeon -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to maj

Re: [PATCH 2/2] mmc: dw_mmc: exynos: Remove unnecessary use of of_match_ptr()

2013-03-12 Thread Jaehoon Chung
Acked-by: Jaehoon Chung On 02/18/2013 05:53 PM, Sachin Kamat wrote: > 'dw_mci_exynos_match' is always compiled in. Hence of_match_ptr > is not required. > > Signed-off-by: Sachin Kamat > --- > drivers/mmc/host/dw_mmc-exynos.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > d