From: kernel test robot <lkp@intel.com>
To: Daniel Palmer <daniel@0x0f.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org
Subject: [linux-chenxing:mstar_v5_14_rebase 85/352] drivers/clk/mstar/clk-mstar-pll_common.c:14:6: warning: variable 'numparents' set but not used
Date: Mon, 19 Jul 2021 22:07:17 +0800 [thread overview]
Message-ID: <202107192213.83nvByVj-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2366 bytes --]
tree: git://github.com/linux-chenxing/linux.git mstar_v5_14_rebase
head: 651efd0e52f225e60faa8b30f9768021e2104d3c
commit: 78ccc706083df2c5a3abc63b37f3fb659047cd6b [85/352] pll common makefile
config: alpha-randconfig-r004-20210719 (attached as .config)
compiler: alpha-linux-gcc (GCC) 10.3.0
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
# https://github.com/linux-chenxing/linux/commit/78ccc706083df2c5a3abc63b37f3fb659047cd6b
git remote add linux-chenxing git://github.com/linux-chenxing/linux.git
git fetch --no-tags linux-chenxing mstar_v5_14_rebase
git checkout 78ccc706083df2c5a3abc63b37f3fb659047cd6b
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross ARCH=alpha
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/clk/mstar/clk-mstar-pll_common.c: In function 'mstar_pll_common_probe':
>> drivers/clk/mstar/clk-mstar-pll_common.c:14:6: warning: variable 'numparents' set but not used [-Wunused-but-set-variable]
14 | int numparents, numoutputs, numrates, pllindex;
| ^~~~~~~~~~
vim +/numparents +14 drivers/clk/mstar/clk-mstar-pll_common.c
c8123925d33e64 Daniel Palmer 2020-11-02 7
c8123925d33e64 Daniel Palmer 2020-11-02 8 int mstar_pll_common_probe(struct platform_device *pdev, struct mstar_pll **pll,
c8123925d33e64 Daniel Palmer 2020-11-02 9 const struct clk_ops *clk_ops)
c8123925d33e64 Daniel Palmer 2020-11-02 10 {
c8123925d33e64 Daniel Palmer 2020-11-02 11 struct mstar_pll_output* output;
c8123925d33e64 Daniel Palmer 2020-11-02 12 struct clk_init_data *clk_init;
c8123925d33e64 Daniel Palmer 2020-11-02 13 struct clk* clk;
c8123925d33e64 Daniel Palmer 2020-11-02 @14 int numparents, numoutputs, numrates, pllindex;
:::::: The code at line 14 was first introduced by commit
:::::: c8123925d33e64e037be76469291e62cd81e586f clk: mstar: pll common
:::::: TO: Daniel Palmer <daniel@0x0f.com>
:::::: CC: Daniel Palmer <daniel@0x0f.com>
---
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: 29501 bytes --]
reply other threads:[~2021-07-19 14:08 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=202107192213.83nvByVj-lkp@intel.com \
--to=lkp@intel.com \
--cc=daniel@0x0f.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@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