Hi Ajit, kernel test robot noticed the following build warnings: [auto build test WARNING on clk/clk-next] [also build test WARNING on robh/for-next linus/master v6.9-rc2 next-20240402] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Ajit-Pandey/clk-qcom-clk-alpha-pll-Fix-CAL_L_VAL-override-for-LUCID-EVO-PLL/20240331-023329 base: https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-next patch link: https://lore.kernel.org/r/20240330182817.3272224-8-quic_ajipan%40quicinc.com patch subject: [PATCH 7/7] clk: qcom: Add GPUCC driver support for SM4450 config: powerpc64-randconfig-r132-20240402 (https://download.01.org/0day-ci/archive/20240402/202404021747.ie04rWAv-lkp@xxxxxxxxx/config) compiler: clang version 19.0.0git (https://github.com/llvm/llvm-project 546dc2245ffc4cccd0b05b58b7a5955e355a3b27) reproduce: (https://download.01.org/0day-ci/archive/20240402/202404021747.ie04rWAv-lkp@xxxxxxxxx/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202404021747.ie04rWAv-lkp@xxxxxxxxx/ sparse warnings: (new ones prefixed by >>) >> drivers/clk/qcom/gpucc-sm4450.c:740:10: sparse: sparse: Initializer entry defined twice drivers/clk/qcom/gpucc-sm4450.c:746:10: sparse: also defined here vim +740 drivers/clk/qcom/gpucc-sm4450.c 736 737 static const struct qcom_reset_map gpu_cc_sm4450_resets[] = { 738 [GPU_CC_CB_BCR] = { 0x93a0 }, 739 [GPU_CC_CX_BCR] = { 0x9104 }, > 740 [GPU_CC_GX_BCR] = { 0x9058 }, 741 [GPU_CC_FAST_HUB_BCR] = { 0x93e4 }, 742 [GPU_CC_ACD_BCR] = { 0x9358 }, 743 [GPU_CC_FF_BCR] = { 0x9470 }, 744 [GPU_CC_GFX3D_AON_BCR] = { 0x9198 }, 745 [GPU_CC_GMU_BCR] = { 0x9314 }, 746 [GPU_CC_GX_BCR] = { 0x9058 }, 747 [GPU_CC_RBCPR_BCR] = { 0x91e0 }, 748 [GPU_CC_XO_BCR] = { 0x9000 }, 749 [GPU_CC_GX_ACD_IROOT_BCR] = { 0x958c }, 750 }; 751 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki