From: kernel test robot <lkp@intel.com>
To: Xiaolei Wang <xiaolei.wang@windriver.com>,
sakari.ailus@linux.intel.com, dave.stevenson@raspberrypi.com,
jacopo@jmondi.org, mchehab@kernel.org,
prabhakar.mahadev-lad.rj@bp.renesas.com,
laurent.pinchart@ideasonboard.com, hverkuil+cisco@kernel.org,
johannes.goede@oss.qualcomm.com, hverkuil-cisco@xs4all.nl,
jai.luthra@ideasonboard.com
Cc: oe-kbuild-all@lists.linux.dev, linux-media@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] media: i2c: ov5647: Convert to CCI register access helpers
Date: Sat, 27 Dec 2025 04:40:40 +0800 [thread overview]
Message-ID: <202512270443.nNMHyu7p-lkp@intel.com> (raw)
In-Reply-To: <20251226031311.2068414-2-xiaolei.wang@windriver.com>
Hi Xiaolei,
kernel test robot noticed the following build warnings:
[auto build test WARNING on sailus-media-tree/master]
[also build test WARNING on linus/master v6.19-rc2 next-20251219]
[cannot apply to sailus-media-tree/streams]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Xiaolei-Wang/media-i2c-ov5647-Convert-to-CCI-register-access-helpers/20251226-115543
base: git://linuxtv.org/sailus/media_tree.git master
patch link: https://lore.kernel.org/r/20251226031311.2068414-2-xiaolei.wang%40windriver.com
patch subject: [PATCH 1/2] media: i2c: ov5647: Convert to CCI register access helpers
config: nios2-allmodconfig (https://download.01.org/0day-ci/archive/20251227/202512270443.nNMHyu7p-lkp@intel.com/config)
compiler: nios2-linux-gcc (GCC) 11.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251227/202512270443.nNMHyu7p-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/202512270443.nNMHyu7p-lkp@intel.com/
All warnings (new ones prefixed by >>):
drivers/media/i2c/ov5647.c: In function 'ov5647_sensor_set_register':
>> drivers/media/i2c/ov5647.c:790:13: warning: unused variable 'ret' [-Wunused-variable]
790 | int ret;
| ^~~
vim +/ret +790 drivers/media/i2c/ov5647.c
785
786 static int ov5647_sensor_set_register(struct v4l2_subdev *sd,
787 const struct v4l2_dbg_register *reg)
788 {
789 struct ov5647 *sensor = to_sensor(sd);
> 790 int ret;
791
792 return cci_write(sensor->regmap, reg->reg & 0xff, reg->val & 0xff, NULL);
793 }
794 #endif
795
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2025-12-26 20:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-26 3:13 [PATCH 0/2] media: i2c: ov5647: Modernize driver with CCI helpers and sub-device state lock Xiaolei Wang
2025-12-26 3:13 ` [PATCH 1/2] media: i2c: ov5647: Convert to CCI register access helpers Xiaolei Wang
2025-12-26 20:40 ` kernel test robot [this message]
2025-12-27 11:31 ` Laurent Pinchart
2025-12-28 6:19 ` xiaolei wang
2025-12-26 3:13 ` [PATCH 2/2] media: i2c: ov5647: Switch to using the sub-device state lock Xiaolei Wang
2025-12-27 11:21 ` Laurent Pinchart
2025-12-28 6:27 ` xiaolei wang
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=202512270443.nNMHyu7p-lkp@intel.com \
--to=lkp@intel.com \
--cc=dave.stevenson@raspberrypi.com \
--cc=hverkuil+cisco@kernel.org \
--cc=hverkuil-cisco@xs4all.nl \
--cc=jacopo@jmondi.org \
--cc=jai.luthra@ideasonboard.com \
--cc=johannes.goede@oss.qualcomm.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
--cc=sakari.ailus@linux.intel.com \
--cc=xiaolei.wang@windriver.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®