From: Jaehoon Chung <jh80.chung@samsung.com>
To: Sachin Kamat <sachin.kamat@linaro.org>
Cc: linux-mmc@vger.kernel.org, cjb@laptop.org,
jh80.chung@samsung.com, patches@linaro.org, tgih.jun@samsung.com
Subject: Re: [PATCH 2/2] mmc: dw_mmc: exynos: Remove unnecessary use of of_match_ptr()
Date: Wed, 13 Mar 2013 13:32:28 +0900 [thread overview]
Message-ID: <5140015C.3010309@samsung.com> (raw)
In-Reply-To: <1361177589-23953-2-git-send-email-sachin.kamat@linaro.org>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
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 <sachin.kamat@linaro.org>
> ---
> drivers/mmc/host/dw_mmc-exynos.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mmc/host/dw_mmc-exynos.c b/drivers/mmc/host/dw_mmc-exynos.c
> index 5a09c77..517a603 100644
> --- a/drivers/mmc/host/dw_mmc-exynos.c
> +++ b/drivers/mmc/host/dw_mmc-exynos.c
> @@ -230,7 +230,7 @@ static struct platform_driver dw_mci_exynos_pltfm_driver = {
> .remove = __exit_p(dw_mci_pltfm_remove),
> .driver = {
> .name = "dwmmc_exynos",
> - .of_match_table = of_match_ptr(dw_mci_exynos_match),
> + .of_match_table = dw_mci_exynos_match,
> .pm = &dw_mci_pltfm_pmops,
> },
> };
>
next prev parent reply other threads:[~2013-03-13 4:32 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-18 8:53 [PATCH 1/2] mmc: dw_mmc: Make dw_mci_exynos_probe static Sachin Kamat
2013-02-18 8:53 ` [PATCH 2/2] mmc: dw_mmc: exynos: Remove unnecessary use of of_match_ptr() Sachin Kamat
2013-03-13 4:32 ` Jaehoon Chung [this message]
2013-03-13 14:17 ` Seungwon Jeon
2013-03-13 15:35 ` Sachin Kamat
2013-03-20 15:31 ` Sachin Kamat
2013-03-22 16:54 ` Chris Ball
2013-02-18 9:41 ` [PATCH 1/2] mmc: dw_mmc: Make dw_mci_exynos_probe static Jaehoon Chung
2013-02-18 10:51 ` Seungwon Jeon
2013-03-04 4:36 ` Sachin Kamat
2013-03-12 9:22 ` Sachin Kamat
2013-03-12 13:03 ` Chris Ball
2013-03-12 14:52 ` Sachin Kamat
2013-03-12 15:00 ` Chris Ball
2013-03-12 15:04 ` Sachin Kamat
2013-03-13 4:20 ` Jaehoon Chung
2013-03-13 4:25 ` 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=5140015C.3010309@samsung.com \
--to=jh80.chung@samsung.com \
--cc=cjb@laptop.org \
--cc=linux-mmc@vger.kernel.org \
--cc=patches@linaro.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.