linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Florian Fainelli <f.fainelli@gmail.com>, linux-kernel@vger.kernel.org
Cc: Justin Chen <justinpopo6@gmail.com>, linux-watchdog@vger.kernel.org
Subject: Re: [PATCH v2 5/7] watchdog: bcm7038_wdt: Add platform device id for bcm63xx-wdt
Date: Sat, 30 Oct 2021 14:58:51 +0800	[thread overview]
Message-ID: <202110301446.pcAKHtwx-lkp@intel.com> (raw)
In-Reply-To: <20211029183430.4086765-6-f.fainelli@gmail.com>

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

Hi Florian,

I love your patch! Perhaps something to improve:

[auto build test WARNING on robh/for-next]
[also build test WARNING on linux/master groeck-staging/hwmon-next linus/master v5.15-rc7 next-20211029]
[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/Florian-Fainelli/Removal-of-bcm63xx-wdt/20211030-023646
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: arm-randconfig-r002-20211028 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 5db7568a6a1fcb408eb8988abdaff2a225a8eb72)
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/3848f68f0fd262b6cf79422b1efc8e3cd9005716
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Florian-Fainelli/Removal-of-bcm63xx-wdt/20211030-023646
        git checkout 3848f68f0fd262b6cf79422b1efc8e3cd9005716
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 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/watchdog/bcm7038_wdt.c:226:40: warning: unused variable 'bcm7038_wdt_devtype' [-Wunused-const-variable]
   static const struct platform_device_id bcm7038_wdt_devtype[] = {
                                          ^
   1 warning generated.


vim +/bcm7038_wdt_devtype +226 drivers/watchdog/bcm7038_wdt.c

   225	
 > 226	static const struct platform_device_id bcm7038_wdt_devtype[] = {
   227		{ .name = "bcm7038-wdt" },
   228		{ .name = "bcm63xx-wdt" },
   229		{ /* sentinel */ },
   230	};
   231	MODULE_DEVICE_TABLE(platform, bcm7038_wdt_devtype);
   232	

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

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

  reply	other threads:[~2021-10-30  6:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-29 18:34 [PATCH v2 0/7] Removal of bcm63xx-wdt Florian Fainelli
2021-10-29 18:34 ` [PATCH v2 1/7] dt-bindings: watchdog: convert Broadcom's WDT to the json-schema Florian Fainelli
2021-10-29 18:34 ` [PATCH v2 2/7] dt-bindings: watchdog: Add BCM6345 compatible to BCM7038 binding Florian Fainelli
2021-10-29 18:34 ` [PATCH v2 3/7] watchdog: bcm7038_wdt: Support platform data configuration Florian Fainelli
2021-10-29 18:34 ` [PATCH v2 4/7] watchdog: Allow building BCM7038_WDT for BCM63XX Florian Fainelli
2021-10-29 18:34 ` [PATCH v2 5/7] watchdog: bcm7038_wdt: Add platform device id for bcm63xx-wdt Florian Fainelli
2021-10-30  6:58   ` kernel test robot [this message]
2021-10-29 18:34 ` [PATCH v2 6/7] MIPS: BCM63XX: Provide platform data to watchdog device Florian Fainelli
2021-10-29 18:52   ` Guenter Roeck
2021-10-29 18:34 ` [PATCH v2 7/7] watchdog: Remove BCM63XX_WDT Florian Fainelli

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=202110301446.pcAKHtwx-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=f.fainelli@gmail.com \
    --cc=justinpopo6@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.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).