All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Apurva Nandan <a-nandan@ti.com>
Cc: oe-kbuild-all@lists.linux.dev, vigneshr@ti.com, nm@ti.com,
	Jai Luthra <j-luthra@ti.com>
Subject: [ti:ti-rt-linux-6.1.y 69/107] drivers/media/i2c/imx390.c:864:34: warning: 'imx390_dt_id' defined but not used
Date: Thu, 31 Aug 2023 02:34:17 +0800	[thread overview]
Message-ID: <202308310254.KOeHa6JM-lkp@intel.com> (raw)

tree:   git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git ti-rt-linux-6.1.y
head:   dd944f14304d2ce6d26c9cdc3d2d2d6d373a322c
commit: 13b5770e2922ba2468a542463b6019a91bf9b29b [69/107] media: i2c: add Sony IMX390 driver
config: sh-randconfig-r005-20230831 (https://download.01.org/0day-ci/archive/20230831/202308310254.KOeHa6JM-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230831/202308310254.KOeHa6JM-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/202308310254.KOeHa6JM-lkp@intel.com/

All warnings (new ones prefixed by >>):

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


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

                 reply	other threads:[~2023-08-30 18:35 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=202308310254.KOeHa6JM-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=a-nandan@ti.com \
    --cc=j-luthra@ti.com \
    --cc=nm@ti.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=vigneshr@ti.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.