linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Cc: kernel test robot <lkp@intel.com>,
	kbuild-all@lists.01.org, clang-built-linux@googlegroups.com,
	Linux Memory Management List <linux-mm@kvack.org>,
	Linus Walleij <linus.walleij@linaro.org>
Subject: Re: [linux-next:master 7313/8469] drivers/gpio/gpio-sim.c:388:34: warning: unused variable 'gpio_sim_of_match'
Date: Tue, 30 Mar 2021 12:55:26 +0300	[thread overview]
Message-ID: <YGL1jtM0X84/PPjm@smile.fi.intel.com> (raw)
In-Reply-To: <CAMpxmJUnHjjqR-hb=6sUth9C1-pfCr7iCwGCFH6h-NDbq0WGhQ@mail.gmail.com>

On Tue, Mar 30, 2021 at 11:26:17AM +0200, Bartosz Golaszewski wrote:
> On Tue, Mar 30, 2021 at 11:11 AM Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
> > On Tue, Mar 30, 2021 at 12:15:04PM +0800, kernel test robot wrote:
> > > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> > > head:   9d49ed9ca93b8c564033c1d6808017bc9052b5db
> > > commit: 3f0279eb9e3767f37939358a42054c226503233a [7313/8469] gpio: sim: new testing module
> > > config: arm-randconfig-r001-20210330 (attached as .config)
> > > compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 482283042f795ecc27838a3b2f76b5494991401c)
> > > reproduce (this is a W=1 build):
> > >         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> > >         chmod +x ~/bin/make.cross
> > >         # install arm cross compiling tool for clang build
> > >         # apt-get install binutils-arm-linux-gnueabi
> > >         # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=3f0279eb9e3767f37939358a42054c226503233a
> > >         git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
> > >         git fetch --no-tags linux-next master
> > >         git checkout 3f0279eb9e3767f37939358a42054c226503233a
> > >         # save the attached .config to linux build tree
> > >         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm
> > >
> > > If you fix the issue, kindly add following tag as appropriate
> > > Reported-by: kernel test robot <lkp@intel.com>
> > >
> > > All warnings (new ones prefixed by >>):
> > >
> > > >> drivers/gpio/gpio-sim.c:388:34: warning: unused variable 'gpio_sim_of_match' [-Wunused-const-variable]
> > >    static const struct of_device_id gpio_sim_of_match[] = {
> > >                                     ^
> > >    1 warning generated.
> >
> > of_match_ptr() should be removed AFAIU the case.
> >
> 
> I'm not using it though... Other drivers do the same thing as I did
> here. Can this be a false positive?

Ah, you simply missed to add it to the platform driver structure.

No, it's not false positive.

> > > vim +/gpio_sim_of_match +388 drivers/gpio/gpio-sim.c
> > >
> > >    387
> > >  > 388        static const struct of_device_id gpio_sim_of_match[] = {
> > >    389                { .compatible = "gpio-simulator" },
> > >    390                { }
> > >    391        };
> > >    392        MODULE_DEVICE_TABLE(of, gpio_sim_of_match);

-- 
With Best Regards,
Andy Shevchenko




  reply	other threads:[~2021-03-30  9:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-30  4:15 kernel test robot
2021-03-30  9:11 ` Andy Shevchenko
2021-03-30  9:26   ` Bartosz Golaszewski
2021-03-30  9:55     ` Andy Shevchenko [this message]
2021-03-30  9:58       ` Bartosz Golaszewski

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=YGL1jtM0X84/PPjm@smile.fi.intel.com \
    --to=andriy.shevchenko@linux.intel.com \
    --cc=bgolaszewski@baylibre.com \
    --cc=clang-built-linux@googlegroups.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-mm@kvack.org \
    --cc=lkp@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox