* [chrome-os:chromeos-6.6 170/170] drivers/media/i2c/gc5035.c:1518:46: warning: 'gc5035_internal_ops' defined but not used
@ 2025-02-04 8:57 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-02-04 8:57 UTC (permalink / raw)
To: cros-kernel-buildreports; +Cc: oe-kbuild-all
tree: https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-6.6
head: 214a5686718f4ddf23fe02a3df2a4b37b05d1ed4
commit: 2aa4f6ff52e147c3d01a521323fa3ccf4e8c42cf [170/170] BACKPORT: media: v4l2-subdev: Rename .init_cfg() operation to .init_state()
config: i386-allmodconfig (https://download.01.org/0day-ci/archive/20250204/202502041639.mFDcnyy0-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250204/202502041639.mFDcnyy0-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/202502041639.mFDcnyy0-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/media/i2c/gc5035.c:1518:46: warning: 'gc5035_internal_ops' defined but not used [-Wunused-const-variable=]
1518 | static const struct v4l2_subdev_internal_ops gc5035_internal_ops = {
| ^~~~~~~~~~~~~~~~~~~
--
>> drivers/media/platform/renesas/vsp1/vsp1_entity.c:402:5: warning: no previous prototype for 'vsp1_entity_init_state' [-Wmissing-prototypes]
402 | int vsp1_entity_init_state(struct v4l2_subdev *subdev,
| ^~~~~~~~~~~~~~~~~~~~~~
vim +/gc5035_internal_ops +1518 drivers/media/i2c/gc5035.c
1517
> 1518 static const struct v4l2_subdev_internal_ops gc5035_internal_ops = {
1519 .init_state = gc5035_init_state,
1520 };
1521
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-02-04 8:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-04 8:57 [chrome-os:chromeos-6.6 170/170] drivers/media/i2c/gc5035.c:1518:46: warning: 'gc5035_internal_ops' defined but not used kernel test robot
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.