From: kernel test robot <lkp@intel.com>
To: Samuel Holland <samuel@sholland.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
Emil Renner Berthing <emil.renner.berthing@canonical.com>
Subject: [esmil:d1-6.11.y 41/47] drivers/gpu/drm/panel/panel-sitronix-st7701s.c:426:35: warning: unused variable 'st7701s_ids'
Date: Thu, 26 Sep 2024 16:02:15 +0800 [thread overview]
Message-ID: <202409261611.bjSvt9pC-lkp@intel.com> (raw)
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
reply other threads:[~2024-09-26 8:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202409261611.bjSvt9pC-lkp@intel.com \
--to=lkp@intel.com \
--cc=emil.renner.berthing@canonical.com \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=samuel@sholland.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox