linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ulf Hansson <ulf.hansson@linaro.org>
To: Manivannan Sadhasivam <mani@kernel.org>
Cc: "Andreas Färber" <afaerber@suse.de>,
	"linux-mmc@vger.kernel.org" <linux-mmc@vger.kernel.org>,
	"Linux ARM" <linux-arm-kernel@lists.infradead.org>,
	"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] mmc: owl-mmc: Get rid of of_match_ptr() macro
Date: Mon, 6 Jul 2020 16:49:00 +0200	[thread overview]
Message-ID: <CAPDyKFp3njgxgt0p2vFueC+6c4UDsaCfF9udXyRb-Juz4=G1=Q@mail.gmail.com> (raw)
In-Reply-To: <20200621025330.10561-1-mani@kernel.org>

On Sun, 21 Jun 2020 at 04:54, Manivannan Sadhasivam <mani@kernel.org> wrote:
>
> Remove the 'of_match_ptr()' macro to fix the warning when CONFIG_OF is
> not selected.
>
> drivers/mmc/host/owl-mmc.c:677:34: warning: unused variable 'owl_mmc_of_match'
> [-Wunused-const-variable]
>
> Reported-by: kernel test robot <lkp@intel.com>
> Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>

Applied for fixes, thanks!

Kind regards
Uffe


> ---
>  drivers/mmc/host/owl-mmc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/owl-mmc.c b/drivers/mmc/host/owl-mmc.c
> index 5e20c099fe03..df43f42855e2 100644
> --- a/drivers/mmc/host/owl-mmc.c
> +++ b/drivers/mmc/host/owl-mmc.c
> @@ -689,7 +689,7 @@ MODULE_DEVICE_TABLE(of, owl_mmc_of_match);
>  static struct platform_driver owl_mmc_driver = {
>         .driver = {
>                 .name   = "owl_mmc",
> -               .of_match_table = of_match_ptr(owl_mmc_of_match),
> +               .of_match_table = owl_mmc_of_match,
>         },
>         .probe          = owl_mmc_probe,
>         .remove         = owl_mmc_remove,
> --
> 2.17.1
>

      reply	other threads:[~2020-07-06 14:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-21  2:53 [PATCH] mmc: owl-mmc: Get rid of of_match_ptr() macro Manivannan Sadhasivam
2020-07-06 14:49 ` Ulf Hansson [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='CAPDyKFp3njgxgt0p2vFueC+6c4UDsaCfF9udXyRb-Juz4=G1=Q@mail.gmail.com' \
    --to=ulf.hansson@linaro.org \
    --cc=afaerber@suse.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=mani@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).