public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Niklas Cassel <niklas.cassel@linaro.org>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
	Vivek Gautam <vivek.gautam@codeaurora.org>,
	Vinod Koul <vkoul@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Andy Gross <andy.gross@linaro.org>,
	Matthias Kaehlcke <mka@chromium.org>,
	Evan Green <evgreen@chromium.org>
Subject: [jsarha:topic/cros-sof-v4.19 923/6555] drivers/soc/qcom/qcom_gsbi.c:125:34: warning: 'tcsr_dt_match' defined but not used
Date: Sun, 24 Jul 2022 10:35:40 +0800	[thread overview]
Message-ID: <202207241059.TJ6DBg9u-lkp@intel.com> (raw)

tree:   https://github.com/jsarha/linux topic/cros-sof-v4.19
head:   d7a3e91d8d16d1ef8653deec5a1fffc4de034a0c
commit: cb830e93e29574f6eae7ecd6f709905e15c245cb [923/6555] UPSTREAM: soc: qcom: Allow COMPILE_TEST of qcom SoC Kconfigs
config: i386-buildonly-randconfig-r004-20220718 (https://download.01.org/0day-ci/archive/20220724/202207241059.TJ6DBg9u-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.3.0-3) 11.3.0
reproduce (this is a W=1 build):
        # https://github.com/jsarha/linux/commit/cb830e93e29574f6eae7ecd6f709905e15c245cb
        git remote add jsarha https://github.com/jsarha/linux
        git fetch --no-tags jsarha topic/cros-sof-v4.19
        git checkout cb830e93e29574f6eae7ecd6f709905e15c245cb
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash drivers/mailbox/ drivers/soc/qcom/

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> drivers/soc/qcom/qcom_gsbi.c:125:34: warning: 'tcsr_dt_match' defined but not used [-Wunused-const-variable=]
     125 | static const struct of_device_id tcsr_dt_match[] = {
         |                                  ^~~~~~~~~~~~~


vim +/tcsr_dt_match +125 drivers/soc/qcom/qcom_gsbi.c

e5fdad68d47ed3 Andy Gross          2015-02-09  124  
e5fdad68d47ed3 Andy Gross          2015-02-09 @125  static const struct of_device_id tcsr_dt_match[] = {
e5fdad68d47ed3 Andy Gross          2015-02-09  126  	{ .compatible = "qcom,tcsr-ipq8064", .data = &config_ipq8064},
e5fdad68d47ed3 Andy Gross          2015-02-09  127  	{ .compatible = "qcom,tcsr-apq8064", .data = &config_apq8064},
e5fdad68d47ed3 Andy Gross          2015-02-09  128  	{ .compatible = "qcom,tcsr-msm8960", .data = &config_msm8960},
e5fdad68d47ed3 Andy Gross          2015-02-09  129  	{ .compatible = "qcom,tcsr-msm8660", .data = &config_msm8660},
e5fdad68d47ed3 Andy Gross          2015-02-09  130  	{ },
fa9eb3241895d2 Srinivas Kandagatla 2014-09-23  131  };
fa9eb3241895d2 Srinivas Kandagatla 2014-09-23  132  

:::::: The code at line 125 was first introduced by commit
:::::: e5fdad68d47ed344832b7ca4e18b2e9708d8141e soc: qcom: gsbi: Add support for ADM CRCI muxing

:::::: TO: Andy Gross <agross@codeaurora.org>
:::::: CC: Kumar Gala <galak@codeaurora.org>

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

                 reply	other threads:[~2022-07-24  2:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202207241059.TJ6DBg9u-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=andy.gross@linaro.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=evgreen@chromium.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mka@chromium.org \
    --cc=niklas.cassel@linaro.org \
    --cc=vivek.gautam@codeaurora.org \
    --cc=vkoul@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