linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sachin Kamat <sachin.kamat@linaro.org>
To: linux-mmc@vger.kernel.org
Cc: Chris Ball <cjb@laptop.org>, Sachin Kamat <sachin.kamat@linaro.org>
Subject: Re: [PATCH 1/3] mmc: davinci: Remove redundant of_match_ptr
Date: Mon, 21 Oct 2013 08:37:43 +0530	[thread overview]
Message-ID: <CAK9yfHzbWebair599Tr3u+Nrm_ypX0O8b7JPQLZ-aKUfe=ZWdQ@mail.gmail.com> (raw)
In-Reply-To: <1380517173-10537-1-git-send-email-sachin.kamat@linaro.org>

On 30 September 2013 10:29, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> The data structure of_match_ptr() protects is always compiled in.
> Hence of_match_ptr() is not needed.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  drivers/mmc/host/davinci_mmc.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/mmc/host/davinci_mmc.c b/drivers/mmc/host/davinci_mmc.c
> index e9fa87d..39b311e 100644
> --- a/drivers/mmc/host/davinci_mmc.c
> +++ b/drivers/mmc/host/davinci_mmc.c
> @@ -1193,7 +1193,7 @@ static struct davinci_mmc_config
>         struct device_node *np;
>         struct davinci_mmc_config *pdata = pdev->dev.platform_data;
>         const struct of_device_id *match =
> -               of_match_device(of_match_ptr(davinci_mmc_dt_ids), &pdev->dev);
> +               of_match_device(davinci_mmc_dt_ids, &pdev->dev);
>         u32 data;
>
>         np = pdev->dev.of_node;
> @@ -1484,7 +1484,7 @@ static struct platform_driver davinci_mmcsd_driver = {
>                 .name   = "davinci_mmc",
>                 .owner  = THIS_MODULE,
>                 .pm     = davinci_mmcsd_pm_ops,
> -               .of_match_table = of_match_ptr(davinci_mmc_dt_ids),
> +               .of_match_table = davinci_mmc_dt_ids,
>         },
>         .remove         = __exit_p(davinci_mmcsd_remove),
>         .id_table       = davinci_mmc_devtype,
> --
> 1.7.9.5
>

Gentle ping on this series, Chris.


-- 
With warm regards,
Sachin

      parent reply	other threads:[~2013-10-21  3:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-30  4:59 [PATCH 1/3] mmc: davinci: Remove redundant of_match_ptr Sachin Kamat
2013-09-30  4:59 ` [PATCH 2/3] mmc: dw_mmc: " Sachin Kamat
2013-10-06  8:26   ` Jaehoon Chung
2013-10-23 11:18   ` Seungwon Jeon
2013-09-30  4:59 ` [PATCH 3/3] mmc: sdhci-dove: " Sachin Kamat
2013-10-21  3:07 ` Sachin Kamat [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAK9yfHzbWebair599Tr3u+Nrm_ypX0O8b7JPQLZ-aKUfe=ZWdQ@mail.gmail.com' \
    --to=sachin.kamat@linaro.org \
    --cc=cjb@laptop.org \
    --cc=linux-mmc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).