From: kernel test robot <lkp@intel.com>
To: Bradford Love <brad@nextdimension.cc>, linux-media@vger.kernel.org
Cc: oe-kbuild-all@lists.linux.dev, Bradford Love <brad@nextdimension.cc>
Subject: Re: [PATCH 1/2] em28xx: Add support for Empia em2828X bridge
Date: Thu, 19 Mar 2026 03:12:45 +0800 [thread overview]
Message-ID: <202603190334.ERNDESst-lkp@intel.com> (raw)
In-Reply-To: <20260312224915.2907539-2-brad@nextdimension.cc>
Hi Bradford,
kernel test robot noticed the following build warnings:
[auto build test WARNING on linuxtv-media-pending/master]
[also build test WARNING on media-tree/master sailus-media-tree/master linus/master sailus-media-tree/streams v7.0-rc4 next-20260318]
[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/Bradford-Love/em28xx-Add-support-for-Empia-em2828X-bridge/20260318-090020
base: https://git.linuxtv.org/media-ci/media-pending.git master
patch link: https://lore.kernel.org/r/20260312224915.2907539-2-brad%40nextdimension.cc
patch subject: [PATCH 1/2] em28xx: Add support for Empia em2828X bridge
config: xtensa-randconfig-r073-20260319 (https://download.01.org/0day-ci/archive/20260319/202603190334.ERNDESst-lkp@intel.com/config)
compiler: xtensa-linux-gcc (GCC) 8.5.0
smatch: v0.5.0-9004-gb810ac53
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260319/202603190334.ERNDESst-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/202603190334.ERNDESst-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/media/usb/em28xx/em28xx-dvb.c:299:5: warning: no previous prototype for 'em28xx_set_analog_freq' [-Wmissing-prototypes]
int em28xx_set_analog_freq(struct em28xx *dev, u32 freq)
^~~~~~~~~~~~~~~~~~~~~~
vim +/em28xx_set_analog_freq +299 drivers/media/usb/em28xx/em28xx-dvb.c
298
> 299 int em28xx_set_analog_freq(struct em28xx *dev, u32 freq)
300 {
301 const struct dvb_tuner_ops *dops = &dev->dvb->fe[0]->ops.tuner_ops;
302
303 if (dops->set_analog_params != NULL) {
304 struct analog_parameters params;
305
306 params.frequency = freq;
307 params.std = dev->v4l2->norm;
308 params.mode = 0;
309
310 dops->set_analog_params(dev->dvb->fe[0], ¶ms);
311 }
312 return 0;
313 }
314 /* ------------------------------------------------------------------ */
315
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2026-03-18 19:13 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-12 22:49 [PATCH 0/2] em28xx: Add empia EM2828X chip Bradford Love
2026-03-12 22:49 ` [PATCH 1/2] em28xx: Add support for Empia em2828X bridge Bradford Love
2026-03-13 18:37 ` [PATCH V2 " Bradford Love
2026-03-16 15:12 ` Hans Verkuil
2026-03-16 18:28 ` Bradford Love
2026-03-17 20:45 ` [PATCH v2 1/2] media: " Bradford Love
2026-03-18 16:21 ` [PATCH 1/2] " kernel test robot
2026-03-18 19:12 ` kernel test robot [this message]
2026-03-12 22:49 ` [PATCH 2/2] em28xx: Add Hauppauge USB Live2 Bradford Love
2026-03-17 20:46 ` [PATCH v2 2/2] media: " Bradford Love
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=202603190334.ERNDESst-lkp@intel.com \
--to=lkp@intel.com \
--cc=brad@nextdimension.cc \
--cc=linux-media@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
/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