From: kernel test robot <lkp@intel.com>
To: Ramzi BEN MEFTAH <rbmeftah@de.adit-jv.com>,
Kieran Bingham <kieran.bingham@ideasonboard.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
linux-kernel@vger.kernel.org
Cc: kbuild-all@lists.01.org, linux-media@vger.kernel.org,
Michael Rodin <mrodin@de.adit-jv.com>,
efriedrich@de.adit-jv.com, erosca@de.adit-jv.com
Subject: Re: [PATCH] media: i2c: adv748x: add enuminput control to adv748x hdmi subdev
Date: Tue, 16 Jun 2020 00:12:57 +0800 [thread overview]
Message-ID: <202006160050.fpRwJFqo%lkp@intel.com> (raw)
In-Reply-To: <1592227599-88545-1-git-send-email-rbmeftah@de.adit-jv.com>
[-- Attachment #1: Type: text/plain, Size: 2582 bytes --]
Hi Ramzi,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on v5.8-rc1 next-20200615]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]
url: https://github.com/0day-ci/linux/commits/Ramzi-BEN-MEFTAH/media-i2c-adv748x-add-enuminput-control-to-adv748x-hdmi-subdev/20200615-212859
base: git://linuxtv.org/media_tree.git master
config: i386-randconfig-a016-20200615 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-13) 9.3.0
reproduce (this is a W=1 build):
# save the attached .config to linux build tree
make W=1 ARCH=i386
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All error/warnings (new ones prefixed by >>, old ones prefixed by <<):
>> drivers/media/i2c/adv748x/adv748x-hdmi.c:405:3: error: 'const struct v4l2_subdev_video_ops' has no member named 'enuminput'
405 | .enuminput = adv748x_hdmi_enuminput,
| ^~~~~~~~~
>> drivers/media/i2c/adv748x/adv748x-hdmi.c:405:15: error: initialization of 'int (*)(struct v4l2_subdev *, int)' from incompatible pointer type 'int (*)(struct v4l2_subdev *, struct v4l2_input *)' [-Werror=incompatible-pointer-types]
405 | .enuminput = adv748x_hdmi_enuminput,
| ^~~~~~~~~~~~~~~~~~~~~~
drivers/media/i2c/adv748x/adv748x-hdmi.c:405:15: note: (near initialization for 'adv748x_video_ops_hdmi.s_stream')
>> drivers/media/i2c/adv748x/adv748x-hdmi.c:406:14: warning: initialized field overwritten [-Woverride-init]
406 | .s_stream = adv748x_hdmi_s_stream,
| ^~~~~~~~~~~~~~~~~~~~~
drivers/media/i2c/adv748x/adv748x-hdmi.c:406:14: note: (near initialization for 'adv748x_video_ops_hdmi.s_stream')
cc1: some warnings being treated as errors
vim +405 drivers/media/i2c/adv748x/adv748x-hdmi.c
399
400 static const struct v4l2_subdev_video_ops adv748x_video_ops_hdmi = {
401 .s_dv_timings = adv748x_hdmi_s_dv_timings,
402 .g_dv_timings = adv748x_hdmi_g_dv_timings,
403 .query_dv_timings = adv748x_hdmi_query_dv_timings,
404 .g_input_status = adv748x_hdmi_g_input_status,
> 405 .enuminput = adv748x_hdmi_enuminput,
> 406 .s_stream = adv748x_hdmi_s_stream,
407 .g_pixelaspect = adv748x_hdmi_g_pixelaspect,
408 };
409
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 39862 bytes --]
next prev parent reply other threads:[~2020-06-15 16:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-15 13:26 [PATCH] media: i2c: adv748x: add enuminput control to adv748x hdmi subdev Ramzi BEN MEFTAH
2020-06-15 16:12 ` kernel test robot [this message]
2020-06-15 17:27 ` kernel test robot
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=202006160050.fpRwJFqo%lkp@intel.com \
--to=lkp@intel.com \
--cc=efriedrich@de.adit-jv.com \
--cc=erosca@de.adit-jv.com \
--cc=kbuild-all@lists.01.org \
--cc=kieran.bingham@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=mrodin@de.adit-jv.com \
--cc=rbmeftah@de.adit-jv.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