All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v2 4/4] fpga: lattice: reorganize to subdir layout
Date: Fri, 18 Jun 2021 20:24:26 +0800	[thread overview]
Message-ID: <202106182017.Xg2OCNbw-lkp@intel.com> (raw)
In-Reply-To: <20210609142208.3085451-6-trix@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 2744 bytes --]

Hi,

I love your patch! Perhaps something to improve:

[auto build test WARNING on linus/master]
[also build test WARNING on v5.13-rc6 next-20210617]
[cannot apply to xlnx/master]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/trix-redhat-com/fpga-reorganize-to-subdirs/20210616-231900
base:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 94f0b2d4a1d0c52035aef425da5e022bd2cb1c71
config: arm-randconfig-r011-20210618 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 64720f57bea6a6bf033feef4a5751ab9c0c3b401)
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://github.com/0day-ci/linux/commit/e5f1603deb6348c4e1e0f5efe8dc8cde603279ea
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review trix-redhat-com/fpga-reorganize-to-subdirs/20210616-231900
        git checkout e5f1603deb6348c4e1e0f5efe8dc8cde603279ea
        # 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/fpga/lattice/machxo2-spi.c:377:34: warning: unused variable 'of_match' [-Wunused-const-variable]
   static const struct of_device_id of_match[] = {
                                    ^
   1 warning generated.


vim +/of_match +377 drivers/fpga/lattice/machxo2-spi.c

88fb3a00233073 drivers/fpga/machxo2-spi.c Paolo Pisati 2018-04-16  376  
88fb3a00233073 drivers/fpga/machxo2-spi.c Paolo Pisati 2018-04-16 @377  static const struct of_device_id of_match[] = {
88fb3a00233073 drivers/fpga/machxo2-spi.c Paolo Pisati 2018-04-16  378  	{ .compatible = "lattice,machxo2-slave-spi", },
88fb3a00233073 drivers/fpga/machxo2-spi.c Paolo Pisati 2018-04-16  379  	{}
88fb3a00233073 drivers/fpga/machxo2-spi.c Paolo Pisati 2018-04-16  380  };
88fb3a00233073 drivers/fpga/machxo2-spi.c Paolo Pisati 2018-04-16  381  MODULE_DEVICE_TABLE(of, of_match);
88fb3a00233073 drivers/fpga/machxo2-spi.c Paolo Pisati 2018-04-16  382  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 23014 bytes --]

  parent reply	other threads:[~2021-06-18 12:24 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-09 14:22 [PATCH v2 0/4] fpga: reorganize to subdirs trix
2021-06-09 14:22 ` trix
2021-06-09 14:22 ` trix
2021-06-09 14:22   ` trix
2021-06-09 14:22 ` [PATCH v2 1/4] fpga: dfl: reorganize to subdir layout trix
2021-06-09 14:22   ` trix
2021-06-09 14:22 ` [PATCH v2 2/4] fpga: xilinx: " trix
2021-06-09 14:22   ` trix
2021-06-09 14:55   ` Greg KH
2021-06-09 14:55     ` Greg KH
2021-06-18 11:07   ` kernel test robot
2021-06-21 20:57   ` kernel test robot
2021-06-09 14:22 ` [PATCH v2 3/4] fpga: altera: " trix
2021-06-09 14:22   ` trix
2021-06-09 14:56   ` Greg KH
2021-06-09 14:56     ` Greg KH
2021-06-09 14:22 ` [PATCH v2 4/4] fpga: lattice: " trix
2021-06-09 14:22   ` trix
2021-06-09 14:56   ` Greg KH
2021-06-09 14:56     ` Greg KH
2021-06-18 12:24   ` kernel test robot [this message]
2021-06-18 12:27     ` Arnd Bergmann
2021-06-18 22:12       ` Moritz Fischer
2021-06-18 22:16         ` Moritz Fischer
2021-06-09 14:51 ` [PATCH v2 0/4] fpga: reorganize to subdirs Greg KH
2021-06-09 14:51   ` Greg KH
2021-06-09 14:53 ` Greg KH
2021-06-09 14:53   ` Greg KH
2021-06-09 15:08   ` Tom Rix
2021-06-09 15:08     ` Tom Rix
2021-06-09 16:38     ` Greg KH
2021-06-09 16:38       ` Greg KH
2021-06-09 16:50       ` Tom Rix
2021-06-09 16:50         ` Tom Rix
2021-06-09 17:13         ` Greg KH
2021-06-09 17:13           ` Greg KH
2021-06-09 18:52           ` Tom Rix
2021-06-09 18:52             ` Tom Rix
2021-06-09 19:16             ` Greg KH
2021-06-09 19:16               ` Greg KH

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=202106182017.Xg2OCNbw-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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 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.