Hi Dmitry,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on linus/master]
[also build test WARNING on v5.14-rc6 next-20210817]
[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]
url:
https://github.com/0day-ci/linux/commits/Dmitry-Baryshkov/interconnect-me...
base:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
614cb2751d3150850d459bee596c397f344a7936
config: arm64-randconfig-r016-20210816 (attached as .config)
compiler: clang version 14.0.0 (
https://github.com/llvm/llvm-project
af7818093677dcb4c0840aef96bc029deb219e57)
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
#
https://github.com/0day-ci/linux/commit/d00e2bca640c9ad7926d58651be95a7b9...
git remote add linux-review
https://github.com/0day-ci/linux
git fetch --no-tags linux-review
Dmitry-Baryshkov/interconnect-merge-AP-owned-support-into-icc-rpm/20210818-095820
git checkout d00e2bca640c9ad7926d58651be95a7b9cf7dec9
# 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: kernel test robot <lkp(a)intel.com>
All warnings (new ones prefixed by >>):
> drivers/interconnect/qcom/sdm660.c:130:35: warning: unused
variable 'bus_clocks' [-Wunused-const-variable]
static const struct
clk_bulk_data bus_clocks[] = {
^
> drivers/interconnect/qcom/sdm660.c:135:35: warning: unused
variable 'bus_mm_clocks' [-Wunused-const-variable]
static const struct
clk_bulk_data bus_mm_clocks[] = {
^
2 warnings generated.
vim +/bus_clocks +130 drivers/interconnect/qcom/sdm660.c
f80a1d41432869 AngeloGioacchino Del Regno 2021-03-08 129
f80a1d41432869 AngeloGioacchino Del Regno 2021-03-08 @130 static const struct
clk_bulk_data bus_clocks[] = {
f80a1d41432869 AngeloGioacchino Del Regno 2021-03-08 131 { .id = "bus" },
f80a1d41432869 AngeloGioacchino Del Regno 2021-03-08 132 { .id = "bus_a" },
f80a1d41432869 AngeloGioacchino Del Regno 2021-03-08 133 };
f80a1d41432869 AngeloGioacchino Del Regno 2021-03-08 134
f80a1d41432869 AngeloGioacchino Del Regno 2021-03-08 @135 static const struct
clk_bulk_data bus_mm_clocks[] = {
f80a1d41432869 AngeloGioacchino Del Regno 2021-03-08 136 { .id = "bus" },
f80a1d41432869 AngeloGioacchino Del Regno 2021-03-08 137 { .id = "bus_a" },
f80a1d41432869 AngeloGioacchino Del Regno 2021-03-08 138 { .id = "iface" },
f80a1d41432869 AngeloGioacchino Del Regno 2021-03-08 139 };
f80a1d41432869 AngeloGioacchino Del Regno 2021-03-08 140
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org