* [esmil:d1-6.11.y 41/47] drivers/gpu/drm/panel/panel-sitronix-st7701s.c:426:35: warning: unused variable 'st7701s_ids'
@ 2024-09-26 8:02 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-09-26 8:02 UTC (permalink / raw)
To: Samuel Holland; +Cc: llvm, oe-kbuild-all, Emil Renner Berthing
tree: https://github.com/esmil/linux d1-6.11.y
head: d99b769766ff1b1ced32d8d279d28e581e02fa9d
commit: 51bda0979ee92a0aac9def03dd9716f7b032d4bb [41/47] drm/panel: Add driver for ST7701s DPI LCD panel
config: x86_64-allyesconfig (https://download.01.org/0day-ci/archive/20240926/202409261611.bjSvt9pC-lkp@intel.com/config)
compiler: clang version 18.1.8 (https://github.com/llvm/llvm-project 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240926/202409261611.bjSvt9pC-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/202409261611.bjSvt9pC-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/gpu/drm/panel/panel-sitronix-st7701s.c:426:35: warning: unused variable 'st7701s_ids' [-Wunused-const-variable]
426 | static const struct spi_device_id st7701s_ids[] = {
| ^~~~~~~~~~~
1 warning generated.
vim +/st7701s_ids +426 drivers/gpu/drm/panel/panel-sitronix-st7701s.c
425
> 426 static const struct spi_device_id st7701s_ids[] = {
427 { "st7701s" },
428 { }
429 };
430 MODULE_DEVICE_TABLE(spi, st7701s_ids);
431
--
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-09-26 8:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-26 8:02 [esmil:d1-6.11.y 41/47] drivers/gpu/drm/panel/panel-sitronix-st7701s.c:426:35: warning: unused variable 'st7701s_ids' kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox