From: Jaehoon Chung <jh80.chung@samsung.com>
To: Sachin Kamat <sachin.kamat@linaro.org>
Cc: linux-mmc@vger.kernel.org, cjb@laptop.org, tgih.jun@samsung.com
Subject: Re: [PATCH 2/3] mmc: dw_mmc: Remove redundant of_match_ptr
Date: Sun, 06 Oct 2013 17:26:01 +0900 [thread overview]
Message-ID: <52511E99.8050108@samsung.com> (raw)
In-Reply-To: <1380517173-10537-2-git-send-email-sachin.kamat@linaro.org>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
On 09/30/2013 01:59 PM, Sachin Kamat 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/dw_mmc-pltfm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/dw_mmc-pltfm.c b/drivers/mmc/host/dw_mmc-pltfm.c
> index 5c49656..2553bfb 100644
> --- a/drivers/mmc/host/dw_mmc-pltfm.c
> +++ b/drivers/mmc/host/dw_mmc-pltfm.c
> @@ -123,7 +123,7 @@ static struct platform_driver dw_mci_pltfm_driver = {
> .remove = dw_mci_pltfm_remove,
> .driver = {
> .name = "dw_mmc",
> - .of_match_table = of_match_ptr(dw_mci_pltfm_match),
> + .of_match_table = dw_mci_pltfm_match,
> .pm = &dw_mci_pltfm_pmops,
> },
> };
>
next prev parent reply other threads:[~2013-10-06 8:25 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 [this message]
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 ` [PATCH 1/3] mmc: davinci: " Sachin Kamat
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=52511E99.8050108@samsung.com \
--to=jh80.chung@samsung.com \
--cc=cjb@laptop.org \
--cc=linux-mmc@vger.kernel.org \
--cc=sachin.kamat@linaro.org \
--cc=tgih.jun@samsung.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.