All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Sunil V L <sunilvl@ventanamicro.com>
Cc: oe-kbuild-all@lists.linux.dev, Anup Patel <anup@brainfault.org>
Subject: [avpatel:riscv_sbi_sse_v3 29/57] drivers/irqchip/irq-riscv-rpmi-sysmsi.c:295:36: warning: 'acpi_rpmi_sysmsi_match' defined but not used
Date: Sat, 8 Feb 2025 17:57:17 +0800	[thread overview]
Message-ID: <202502081729.87q3NgmZ-lkp@intel.com> (raw)

tree:   https://github.com/avpatel/linux.git riscv_sbi_sse_v3
head:   89fd1a54d40f5fbd0a1c7fb10f51829f13385a9a
commit: c2fda1370f05b732e7717a9f9181498303a58b7d [29/57] irqchip/riscv-rpmi-sysmsi: Add ACPI support
config: riscv-randconfig-001-20250207 (https://download.01.org/0day-ci/archive/20250208/202502081729.87q3NgmZ-lkp@intel.com/config)
compiler: riscv32-linux-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250208/202502081729.87q3NgmZ-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/202502081729.87q3NgmZ-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/irqchip/irq-riscv-rpmi-sysmsi.c:295:36: warning: 'acpi_rpmi_sysmsi_match' defined but not used [-Wunused-const-variable=]
     295 | static const struct acpi_device_id acpi_rpmi_sysmsi_match[] = {
         |                                    ^~~~~~~~~~~~~~~~~~~~~~


vim +/acpi_rpmi_sysmsi_match +295 drivers/irqchip/irq-riscv-rpmi-sysmsi.c

   294	
 > 295	static const struct acpi_device_id acpi_rpmi_sysmsi_match[] = {
   296		{ "RSCV0006" },
   297		{}
   298	};
   299	MODULE_DEVICE_TABLE(acpi, acpi_rpmi_sysmsi_match);
   300	

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

                 reply	other threads:[~2025-02-08  9:57 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=202502081729.87q3NgmZ-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=anup@brainfault.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=sunilvl@ventanamicro.com \
    /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 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.