Re: [PATCH 2/3] mmc: dw_mmc-socfpga: Remove redundant of_match_ptr

2013-09-24 Thread Jaehoon Chung
Acked-by: Jaehoon Chung On 09/12/2013 03:46 PM, Sachin Kamat wrote: > 'dw_mci_socfpga_match' is always compiled in. > Hence of_match_ptr is not necessary. > > Signed-off-by: Sachin Kamat > --- > drivers/mmc/host/dw_mmc-socfpga.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > d

[PATCH 2/3] mmc: dw_mmc-socfpga: Remove redundant of_match_ptr

2013-09-12 Thread Sachin Kamat
'dw_mci_socfpga_match' is always compiled in. Hence of_match_ptr is not necessary. Signed-off-by: Sachin Kamat --- drivers/mmc/host/dw_mmc-socfpga.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/dw_mmc-socfpga.c b/drivers/mmc/host/dw_mmc-socfpga.c index