All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next:master 10841/11508] drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2'
@ 2021-09-02  8:57 ` kernel test robot
  0 siblings, 0 replies; 10+ messages in thread
From: kernel test robot @ 2021-09-02  8:57 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: llvm, kbuild-all, Linux Memory Management List, Stephen Boyd

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   34560ced20599a01660a693f464c7c7dc83db1d9
commit: 131abae905df99f63d825e47b4df100d34f518ce [10841/11508] clk: qcom: Add SM6350 GCC driver
config: riscv-buildonly-randconfig-r006-20210902 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project c9948e9254fbb6ea00f66c7b4542311d21e060be)
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 riscv cross compiling tool for clang build
        # apt-get install binutils-riscv64-linux-gnu
        # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=131abae905df99f63d825e47b4df100d34f518ce
        git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout 131abae905df99f63d825e47b4df100d34f518ce
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=riscv 

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/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2' [-Wunused-const-variable]
   static const struct clk_parent_data gcc_parent_data_2[] = {
                                       ^
   1 warning generated.


vim +/gcc_parent_data_2 +179 drivers/clk/qcom/gcc-sm6350.c

   178	
 > 179	static const struct clk_parent_data gcc_parent_data_2[] = {
   180		{ .fw_name = "bi_tcxo" },
   181		{ .hw = &gpll0_out_odd.clkr.hw },
   182	};
   183	static const struct clk_parent_data gcc_parent_data_2_ao[] = {
   184		{ .fw_name = "bi_tcxo_ao" },
   185		{ .hw = &gpll0_out_odd.clkr.hw },
   186	};
   187	

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-09-03 18:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-02  8:57 [linux-next:master 10841/11508] drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2' kernel test robot
2021-09-02  8:57 ` kernel test robot
2021-09-02  9:01 ` Konrad Dybcio
2021-09-02  9:01   ` Konrad Dybcio
2021-09-03  0:21   ` Stephen Boyd
2021-09-03  0:21     ` Stephen Boyd
2021-09-03 10:19     ` Konrad Dybcio
2021-09-03 10:19       ` Konrad Dybcio
2021-09-03 18:16       ` Stephen Boyd
2021-09-03 18:16         ` Stephen Boyd

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.