From: kernel test robot <lkp@intel.com>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [freescale-fslc:pr/639 14036/24603] drivers/soc/imx/imx93-pd.c:113:34: warning: unused variable 'imx93_power_domain_ids'
Date: Thu, 31 Aug 2023 23:59:35 +0800 [thread overview]
Message-ID: <202308312333.VlfUhjsY-lkp@intel.com> (raw)
Hi Peng,
FYI, the error/warning still remains.
tree: https://github.com/Freescale/linux-fslc pr/639
head: 857fbf7cebaba3b1ffccc558deee1d13ac0e11d7
commit: c7aa30ff9f1ace2dbacdb6cd2720606e7f74c4c5 [14036/24603] MLK-25894-4 soc: imx: add i.MX93 SRC power domain driver
config: riscv-randconfig-r015-20230831 (https://download.01.org/0day-ci/archive/20230831/202308312333.VlfUhjsY-lkp@intel.com/config)
compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project.git f28c006a5895fc0e329fe15fead81e37457cb1d1)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230831/202308312333.VlfUhjsY-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/202308312333.VlfUhjsY-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/soc/imx/imx93-pd.c:113:34: warning: unused variable 'imx93_power_domain_ids' [-Wunused-const-variable]
static const struct of_device_id imx93_power_domain_ids[] = {
^
1 warning generated.
vim +/imx93_power_domain_ids +113 drivers/soc/imx/imx93-pd.c
112
> 113 static const struct of_device_id imx93_power_domain_ids[] = {
114 { .compatible = "fsl,imx93-src", .data = &imx93_plat_data, },
115 {},
116 };
117
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2023-08-31 15:59 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=202308312333.VlfUhjsY-lkp@intel.com \
--to=lkp@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=otavio@ossystems.com.br \
/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.