Acked-by: Jaehoon Chung <jh80.ch...@samsung.com>

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 <sachin.ka...@linaro.org>
> ---
>  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 14b5961..5ce00b2 100644
> --- a/drivers/mmc/host/dw_mmc-socfpga.c
> +++ b/drivers/mmc/host/dw_mmc-socfpga.c
> @@ -128,7 +128,7 @@ static struct platform_driver dw_mci_socfpga_pltfm_driver 
> = {
>       .remove         = __exit_p(dw_mci_pltfm_remove),
>       .driver         = {
>               .name           = "dwmmc_socfpga",
> -             .of_match_table = of_match_ptr(dw_mci_socfpga_match),
> +             .of_match_table = dw_mci_socfpga_match,
>               .pm             = &dw_mci_pltfm_pmops,
>       },
>  };
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to