All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [linux-next:master 12154/14131] drivers/clk/socfpga/clk-agilex.c:24:37: warning: unused variable 'cntr_mux'
Date: Sun, 31 May 2020 06:13:36 +0800	[thread overview]
Message-ID: <202005310633.NYw07OSR%lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   e7b08814b16b80a0bf76eeca16317f8c2ed23b8c
commit: 80c6b7a0894ffdf3c781f047479752015e5d5b27 [12154/14131] clk: socfpga: agilex: add clock driver for the Agilex platform
config: arm64-randconfig-r004-20200531 (attached as .config)
compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project 2388a096e7865c043e83ece4e26654bd3d1a20d5)
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 arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        git checkout 80c6b7a0894ffdf3c781f047479752015e5d5b27
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kbuild test robot <lkp@intel.com>

All warnings (new ones prefixed by >>, old ones prefixed by <<):

>> drivers/clk/socfpga/clk-agilex.c:24:37: warning: unused variable 'cntr_mux' [-Wunused-const-variable]
static const struct clk_parent_data cntr_mux[] = {
^
1 warning generated.

vim +/cntr_mux +24 drivers/clk/socfpga/clk-agilex.c

    23	
  > 24	static const struct clk_parent_data cntr_mux[] = {
    25		{ .fw_name = "main_pll",
    26		  .name = "main_pll", },
    27		{ .fw_name = "periph_pll",
    28		  .name = "periph_pll", },
    29		{ .fw_name = "osc1",
    30		  .name = "osc1", },
    31		{ .fw_name = "cb-intosc-hs-div2-clk",
    32		  .name = "cb-intosc-hs-div2-clk", },
    33		{ .fw_name = "f2s-free-clk",
    34		  .name = "f2s-free-clk", },
    35	};
    36	

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

                 reply	other threads:[~2020-05-30 22:13 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=202005310633.NYw07OSR%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.