All of lore.kernel.org
 help / color / mirror / Atom feed
* [ti:ti-rt-linux-6.1.y 69/107] drivers/media/i2c/imx390.c:864:34: warning: unused variable 'imx390_dt_id'
@ 2024-02-12  0:10 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-02-12  0:10 UTC (permalink / raw)
  To: Apurva Nandan; +Cc: oe-kbuild-all, vigneshr, nm, Jai Luthra

tree:   git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git ti-rt-linux-6.1.y
head:   3dace366de06c5b1927ed082fbeac0b4bee29cbc
commit: 13b5770e2922ba2468a542463b6019a91bf9b29b [69/107] media: i2c: add Sony IMX390 driver
config: i386-randconfig-052-20240212 (https://download.01.org/0day-ci/archive/20240212/202402120809.Mw9Lz2nR-lkp@intel.com/config)
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240212/202402120809.Mw9Lz2nR-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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202402120809.Mw9Lz2nR-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/media/i2c/imx390.c:864:34: warning: unused variable 'imx390_dt_id' [-Wunused-const-variable]
     864 | static const struct of_device_id imx390_dt_id[] = {
         |                                  ^~~~~~~~~~~~
   1 warning generated.


vim +/imx390_dt_id +864 drivers/media/i2c/imx390.c

   863	
 > 864	static const struct of_device_id imx390_dt_id[] = {
   865		{ .compatible = "sony,imx390" },
   866		{ /* sentinel */ }
   867	};
   868	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-12  0:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-12  0:10 [ti:ti-rt-linux-6.1.y 69/107] drivers/media/i2c/imx390.c:864:34: warning: unused variable 'imx390_dt_id' kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.