Hi Melody, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on 987a926c1d8a40e4256953b04771fbdb63bc7938] url: https://github.com/intel-lab-lkp/linux/commits/Melody-Olvera/Add-misc-support-for-QDU1000-QRU1000-SoCs/20221001-111140 base: 987a926c1d8a40e4256953b04771fbdb63bc7938 config: hexagon-randconfig-r001-20221002 compiler: clang version 16.0.0 (https://github.com/llvm/llvm-project 791a7ae1ba3efd6bca96338e10ffde557ba83920) 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/intel-lab-lkp/linux/commit/fc61c357ddde657995cd0f200df393966486a594 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Melody-Olvera/Add-misc-support-for-QDU1000-QRU1000-SoCs/20221001-111140 git checkout fc61c357ddde657995cd0f200df393966486a594 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=hexagon SHELL=/bin/bash drivers/soc/qcom/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/soc/qcom/rpmhpd.c:364:33: warning: unused variable 'qdru1000_desc' [-Wunused-const-variable] static const struct rpmhpd_desc qdru1000_desc = { ^ 1 warning generated. vim +/qdru1000_desc +364 drivers/soc/qcom/rpmhpd.c 363 > 364 static const struct rpmhpd_desc qdru1000_desc = { 365 .rpmhpds = qdru1000_rpmhpds, 366 .num_pds = ARRAY_SIZE(qdru1000_rpmhpds), 367 }; 368 -- 0-DAY CI Kernel Test Service https://01.org/lkp