[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202309062233.ytjhz7lC-lkp@intel.com>
Date: Wed, 6 Sep 2023 22:54:00 +0800
From: kernel test robot <lkp@...el.com>
To: Kartik <kkartik@...dia.com>, thierry.reding@...il.com,
jonathanh@...dia.com, sumitg@...dia.com, arnd@...db.de,
pshete@...dia.com, andriy.shevchenko@...ux.intel.com,
digetx@...il.com, petlozup@...dia.com, windhl@....com,
frank.li@...o.com, robh@...nel.org, stefank@...dia.com,
pdeschrijver@...dia.com, linux-tegra@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: oe-kbuild-all@...ts.linux.dev
Subject: Re: [PATCH v2 2/6] soc/tegra: fuse: Add tegra_acpi_init_apbmisc()
Hi Kartik,
kernel test robot noticed the following build warnings:
[auto build test WARNING on tegra/for-next]
[also build test WARNING on linus/master v6.5 next-20230906]
[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/Kartik/soc-tegra-fuse-Refactor-resource-mapping/20230906-032546
base: https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git for-next
patch link: https://lore.kernel.org/r/20230905125824.2947-3-kkartik%40nvidia.com
patch subject: [PATCH v2 2/6] soc/tegra: fuse: Add tegra_acpi_init_apbmisc()
config: arm-defconfig (https://download.01.org/0day-ci/archive/20230906/202309062233.ytjhz7lC-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230906/202309062233.ytjhz7lC-lkp@intel.com/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@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202309062233.ytjhz7lC-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/soc/tegra/fuse/tegra-apbmisc.c:133:36: warning: 'apbmisc_acpi_match' defined but not used [-Wunused-const-variable=]
133 | static const struct acpi_device_id apbmisc_acpi_match[] = {
| ^~~~~~~~~~~~~~~~~~
vim +/apbmisc_acpi_match +133 drivers/soc/tegra/fuse/tegra-apbmisc.c
132
> 133 static const struct acpi_device_id apbmisc_acpi_match[] = {
134 { "NVDA2010" },
135 { /* sentinel */ }
136 };
137
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists