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: [RFC PATCH 1/3] leds: Add driver for QPNP flash led
Date: Sat, 14 Nov 2020 23:28:54 +0800	[thread overview]
Message-ID: <202011142314.RwWWcrLO-lkp@intel.com> (raw)
In-Reply-To: <20201106165737.1029106-2-nfraprado@protonmail.com>

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

Hi "Nícolas,

[FYI, it's a private test report for your RFC patch.]
[auto build test WARNING on pavel-linux-leds/for-next]
[also build test WARNING on robh/for-next linus/master v5.10-rc3 next-20201113]
[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/N-colas-F-R-A-Prado/Add-support-for-the-flash-LED-on-Nexus-5/20201109-092934
base:   git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds.git for-next
config: x86_64-randconfig-a016-20201110 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 4d81c8adb6ed9840257f6cb6b93f60856d422a15)
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 x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        # https://github.com/0day-ci/linux/commit/c9c3acb21fb14b671aabd342097b510318e3a980
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review N-colas-F-R-A-Prado/Add-support-for-the-flash-LED-on-Nexus-5/20201109-092934
        git checkout c9c3acb21fb14b671aabd342097b510318e3a980
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 

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/leds/leds-qpnp.c:1333:34: warning: unused variable 'qpnp_leds_spmi_of_match' [-Wunused-const-variable]
   static const struct of_device_id qpnp_leds_spmi_of_match[] = {
                                    ^
   1 warning generated.

vim +/qpnp_leds_spmi_of_match +1333 drivers/leds/leds-qpnp.c

  1332	
> 1333	static const struct of_device_id qpnp_leds_spmi_of_match[] = {
  1334		{ .compatible = "qcom,leds-qpnp" },
  1335		{},
  1336	};
  1337	MODULE_DEVICE_TABLE(of, qpnp_leds_spmi_of_match);
  1338	

---
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: 31818 bytes --]

  parent reply	other threads:[~2020-11-14 15:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-06 16:58 [RFC PATCH 0/3] Add support for the flash LED on Nexus 5 Nícolas F. R. A. Prado
2020-11-06 16:58 ` Nícolas F. R. A. Prado
2020-11-06 16:58 ` [RFC PATCH 1/3] leds: Add driver for QPNP flash led Nícolas F. R. A. Prado
2020-11-06 16:58   ` Nícolas F. R. A. Prado
2020-11-08 16:52   ` Jacek Anaszewski
2020-11-08 16:52     ` Jacek Anaszewski
2020-11-14 15:28   ` kernel test robot [this message]
2020-11-22  4:44   ` Bjorn Andersson
2020-11-22  4:44     ` Bjorn Andersson
2020-11-06 16:59 ` [RFC PATCH 2/3] ARM: qcom_defconfig: Add QPNP flash LED support Nícolas F. R. A. Prado
2020-11-06 16:59   ` Nícolas F. R. A. Prado
2020-11-06 16:59 ` [RFC PATCH 3/3] ARM: dts: qcom: msm8974-hammerhead: Add support for the flash LED Nícolas F. R. A. Prado
2020-11-06 16:59   ` Nícolas F. R. A. Prado

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=202011142314.RwWWcrLO-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.