[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202502101730.OtKFel6n-lkp@intel.com>
Date: Mon, 10 Feb 2025 18:06:12 +0800
From: kernel test robot <lkp@...el.com>
To: André Apitzsch via B4 Relay <devnull+git.apitzsch.eu@...nel.org>,
Daniel Scally <djrscally@...il.com>,
Sakari Ailus <sakari.ailus@...ux.intel.com>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, devicetree@...r.kernel.org
Cc: oe-kbuild-all@...ts.linux.dev, linux-media@...r.kernel.org,
~postmarketos/upstreaming@...ts.sr.ht, phone-devel@...r.kernel.org,
linux-kernel@...r.kernel.org,
André Apitzsch <git@...tzsch.eu>
Subject: Re: [PATCH v3 2/2] media: i2c: dw9719: Add of_match table
Hi André,
kernel test robot noticed the following build warnings:
[auto build test WARNING on 8f6629c004b193d23612641c3607e785819e97ab]
url: https://github.com/intel-lab-lkp/linux/commits/Andr-Apitzsch-via-B4-Relay/dt-bindings-media-i2c-Add-DW9719-and-DW9761-VCM/20250210-055506
base: 8f6629c004b193d23612641c3607e785819e97ab
patch link: https://lore.kernel.org/r/20250209-dw9761dts-v3-2-14d3f00f0585%40apitzsch.eu
patch subject: [PATCH v3 2/2] media: i2c: dw9719: Add of_match table
config: x86_64-randconfig-161-20250210 (https://download.01.org/0day-ci/archive/20250210/202502101730.OtKFel6n-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250210/202502101730.OtKFel6n-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/202502101730.OtKFel6n-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/media/i2c/dw9719.c:363:34: warning: 'dw9719_of_table' defined but not used [-Wunused-const-variable=]
363 | static const struct of_device_id dw9719_of_table[] = {
| ^~~~~~~~~~~~~~~
vim +/dw9719_of_table +363 drivers/media/i2c/dw9719.c
362
> 363 static const struct of_device_id dw9719_of_table[] = {
364 { .compatible = "dongwoon,dw9719" },
365 { .compatible = "dongwoon,dw9761" },
366 { }
367 };
368 MODULE_DEVICE_TABLE(of, dw9719_of_table);
369
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists