[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202210021155.4LQcGldl-lkp@intel.com>
Date: Sun, 2 Oct 2022 11:14:20 +0800
From: kernel test robot <lkp@...el.com>
To: Melody Olvera <quic_molvera@...cinc.com>,
Andy Gross <agross@...nel.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Stephen Boyd <sboyd@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzk@...nel.org>,
Ulf Hansson <ulf.hansson@...aro.org>
Cc: llvm@...ts.linux.dev, kbuild-all@...ts.01.org,
Bhupesh Sharma <bhupesh.sharma@...aro.org>,
linux-arm-msm@...r.kernel.org, linux-mmc@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Melody Olvera <quic_molvera@...cinc.com>
Subject: Re: [PATCH 4/5] soc: qcom: rpmhpd: Add QDU1000/QRU1000 power domains
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 <lkp@...el.com>
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
View attachment "config" of type "text/plain" (121220 bytes)
Powered by blists - more mailing lists