From: kernel test robot <lkp@intel.com>
To: Pratyush Yadav <p.yadav@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-cicd 325/382] drivers/media/platform/ti/j721e-csi2rx/j721e-csi2rx.c:837:45: warning: unused variable 'ti_csi2rx_video_entity_ops'
Date: Sun, 5 Nov 2023 21:32:00 +0800 [thread overview]
Message-ID: <202311052115.WN0cUbax-lkp@intel.com> (raw)
tree: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git ti-rt-linux-6.1.y-cicd
head: 765670365233dc7ad139e5e96c437d333ae94543
commit: 8d22a2769b4e64ee3576ee74cbb0efc2a23c0117 [325/382] media: ti: j721e-csi2rx: separate out device and context
config: arm64-allyesconfig (https://download.01.org/0day-ci/archive/20231105/202311052115.WN0cUbax-lkp@intel.com/config)
compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231105/202311052115.WN0cUbax-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/202311052115.WN0cUbax-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/media/platform/ti/j721e-csi2rx/j721e-csi2rx.c:837:45: warning: unused variable 'ti_csi2rx_video_entity_ops' [-Wunused-const-variable]
837 | static const struct media_entity_operations ti_csi2rx_video_entity_ops = {
| ^
1 warning generated.
vim +/ti_csi2rx_video_entity_ops +837 drivers/media/platform/ti/j721e-csi2rx/j721e-csi2rx.c
70f7e7ba6c6684 Pratyush Yadav 2023-04-20 836
70f7e7ba6c6684 Pratyush Yadav 2023-04-20 @837 static const struct media_entity_operations ti_csi2rx_video_entity_ops = {
70f7e7ba6c6684 Pratyush Yadav 2023-04-20 838 .link_validate = ti_csi2rx_link_validate,
70f7e7ba6c6684 Pratyush Yadav 2023-04-20 839 };
70f7e7ba6c6684 Pratyush Yadav 2023-04-20 840
:::::: The code at line 837 was first introduced by commit
:::::: 70f7e7ba6c66846ac3f73fcee04f2faf9836c1c6 media: ti: Add CSI2RX support for J721E
:::::: TO: Pratyush Yadav <p.yadav@ti.com>
:::::: CC: Vignesh Raghavendra <vigneshr@ti.com>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2023-11-05 13:33 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=202311052115.WN0cUbax-lkp@intel.com \
--to=lkp@intel.com \
--cc=j-luthra@ti.com \
--cc=nm@ti.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=p.yadav@ti.com \
--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.