From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [chrome-os:chromeos-5.10 87/1137] sound/soc/qcom/lpass-sc7180.c:287:34: warning: unused variable 'sc7180_lpass_cpu_device_id'
Date: Tue, 29 Dec 2020 20:31:54 +0800 [thread overview]
Message-ID: <202012292046.DBunhoLc-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2563 bytes --]
Hi Ajit,
First bad commit (maybe != root cause):
tree: https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-5.10
head: 0aa02779ae858cf707d55c2fd865d5434b4894ed
commit: 08a70a6fab2cb0db295184a63ef6f25a4a43398e [87/1137] FROMGIT: ASoC: qcom: sc7180: Add machine driver for sound card registration
config: arm-randconfig-r001-20201229 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project cee1e7d14f4628d6174b33640d502bff3b54ae45)
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
git remote add chrome-os https://chromium.googlesource.com/chromiumos/third_party/kernel
git fetch --no-tags chrome-os chromeos-5.10
git checkout 08a70a6fab2cb0db295184a63ef6f25a4a43398e
# 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 >>):
>> sound/soc/qcom/lpass-sc7180.c:287:34: warning: unused variable 'sc7180_lpass_cpu_device_id' [-Wunused-const-variable]
static const struct of_device_id sc7180_lpass_cpu_device_id[] = {
^
1 warning generated.
vim +/sc7180_lpass_cpu_device_id +287 sound/soc/qcom/lpass-sc7180.c
24caf8d9eb108c5 Ajit Pandey 2020-08-14 286
24caf8d9eb108c5 Ajit Pandey 2020-08-14 @287 static const struct of_device_id sc7180_lpass_cpu_device_id[] = {
24caf8d9eb108c5 Ajit Pandey 2020-08-14 288 {.compatible = "qcom,sc7180-lpass-cpu", .data = &sc7180_data},
24caf8d9eb108c5 Ajit Pandey 2020-08-14 289 {}
24caf8d9eb108c5 Ajit Pandey 2020-08-14 290 };
dcde34c47d8f7be Douglas Anderson 2020-09-16 291 MODULE_DEVICE_TABLE(of, sc7180_lpass_cpu_device_id);
24caf8d9eb108c5 Ajit Pandey 2020-08-14 292
:::::: The code at line 287 was first introduced by commit
:::::: 24caf8d9eb108c52e144bcc7af94bb1edcb70700 ASoC: qcom: lpass-sc7180: Add platform driver for lpass audio
:::::: TO: Ajit Pandey <ajitp@codeaurora.org>
:::::: CC: Mark Brown <broonie@kernel.org>
---
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: 29453 bytes --]
reply other threads:[~2020-12-29 12:31 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=202012292046.DBunhoLc-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.