[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202101091307.jKwqtnUj-lkp@intel.com>
Date: Sat, 9 Jan 2021 13:24:13 +0800
From: kernel test robot <lkp@...el.com>
To: matthias.bgg@...nel.org, Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>
Cc: kbuild-all@...ts.01.org, clang-built-linux@...glegroups.com,
Hsin-Hsiung Wang <hsin-hsiung.wang@...iatek.com>,
Axel Lin <axel.lin@...ics.com>,
Chen Zhong <chen.zhong@...iatek.com>,
Gene Chen <gene_chen@...htek.com>,
linux-kernel@...r.kernel.org, linux-mediatek@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org,
Matthias Brugger <matthias.bgg@...il.com>
Subject: Re: [PATCH 3/3] regulator: mt6323: Add OF match table
Hi,
I love your patch! Perhaps something to improve:
[auto build test WARNING on regulator/for-next]
[also build test WARNING on v5.11-rc2 next-20210108]
[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/matthias-bgg-kernel-org/regulator-mt6360-Add-OF-match-table/20210109-101451
base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next
config: mips-randconfig-r032-20210108 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project bc556e5685c0f97e79fb7b3c6f15cc5062db8e36)
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 mips cross compiling tool for clang build
# apt-get install binutils-mips-linux-gnu
# https://github.com/0day-ci/linux/commit/ad9188be3a1fb2710a943ed2ca794c7d0e82e983
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review matthias-bgg-kernel-org/regulator-mt6360-Add-OF-match-table/20210109-101451
git checkout ad9188be3a1fb2710a943ed2ca794c7d0e82e983
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=mips
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@...el.com>
All warnings (new ones prefixed by >>):
>> drivers/regulator/mt6323-regulator.c:409:34: warning: unused variable 'mt6323_of_match' [-Wunused-const-variable]
static const struct of_device_id mt6323_of_match[] = {
^
1 warning generated.
vim +/mt6323_of_match +409 drivers/regulator/mt6323-regulator.c
408
> 409 static const struct of_device_id mt6323_of_match[] = {
410 { .compatible = "mediatek,mt6323-regulator", },
411 { /* sentinel */ },
412 };
413 MODULE_DEVICE_TABLE(of, mt6323_of_match);
414
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
Download attachment ".config.gz" of type "application/gzip" (33866 bytes)
Powered by blists - more mailing lists