All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, robh+dt@kernel.org, pawel.moll@arm.com,
	mark.rutland@arm.com, ijc+devicetree@hellion.org.uk,
	galak@codeaurora.org, devicetree@vger.kernel.org,
	mchehab@osg.samsung.com, hverkuil@xs4all.nl,
	geert@linux-m68k.org, matrandg@cisco.com,
	linux-media@vger.kernel.org, laurent.pinchart@ideasonboard.com,
	Todor Tomov <todor.tomov@linaro.org>
Subject: Re: [PATCH v3 2/2] media: Add a driver for the ov5645 camera sensor.
Date: Sun, 5 Jun 2016 08:59:36 +0800	[thread overview]
Message-ID: <201606050853.OgknBLgR%fengguang.wu@intel.com> (raw)
In-Reply-To: <1464363530-2253-3-git-send-email-todor.tomov@linaro.org>

[-- Attachment #1: Type: text/plain, Size: 1745 bytes --]

Hi,

[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on v4.7-rc1 next-20160603]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Todor-Tomov/OV5645-camera-sensor-driver/20160527-234221
base:   git://linuxtv.org/media_tree.git master
config: sparc64-allmodconfig (attached as .config)
compiler: sparc64-linux-gnu-gcc (Debian 5.3.1-8) 5.3.1 20160205
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=sparc64 

All errors (new ones prefixed by >>):

   drivers/media/i2c/ov5645.c: In function 'ov5645_probe':
>> drivers/media/i2c/ov5645.c:1279:8: error: implicit declaration of function 'media_entity_init' [-Werror=implicit-function-declaration]
     ret = media_entity_init(&ov5645->sd.entity, 1, &ov5645->pad, 0);
           ^
   cc1: some warnings being treated as errors

vim +/media_entity_init +1279 drivers/media/i2c/ov5645.c

  1273	
  1274		v4l2_i2c_subdev_init(&ov5645->sd, client, &ov5645_subdev_ops);
  1275		ov5645->sd.flags |= V4L2_SUBDEV_FL_HAS_DEVNODE;
  1276		ov5645->pad.flags = MEDIA_PAD_FL_SOURCE;
  1277		ov5645->sd.internal_ops = &ov5645_subdev_internal_ops;
  1278	
> 1279		ret = media_entity_init(&ov5645->sd.entity, 1, &ov5645->pad, 0);
  1280		if (ret < 0) {
  1281			dev_err(dev, "could not register media entity\n");
  1282			goto free_ctrl;

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 45818 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: Todor Tomov <todor.tomov@linaro.org>
Cc: kbuild-all@01.org, robh+dt@kernel.org, pawel.moll@arm.com,
	mark.rutland@arm.com, ijc+devicetree@hellion.org.uk,
	galak@codeaurora.org, devicetree@vger.kernel.org,
	mchehab@osg.samsung.com, hverkuil@xs4all.nl,
	geert@linux-m68k.org, matrandg@cisco.com,
	linux-media@vger.kernel.org, laurent.pinchart@ideasonboard.com,
	Todor Tomov <todor.tomov@linaro.org>
Subject: Re: [PATCH v3 2/2] media: Add a driver for the ov5645 camera sensor.
Date: Sun, 5 Jun 2016 08:59:36 +0800	[thread overview]
Message-ID: <201606050853.OgknBLgR%fengguang.wu@intel.com> (raw)
In-Reply-To: <1464363530-2253-3-git-send-email-todor.tomov@linaro.org>

[-- Attachment #1: Type: text/plain, Size: 1745 bytes --]

Hi,

[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on v4.7-rc1 next-20160603]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Todor-Tomov/OV5645-camera-sensor-driver/20160527-234221
base:   git://linuxtv.org/media_tree.git master
config: sparc64-allmodconfig (attached as .config)
compiler: sparc64-linux-gnu-gcc (Debian 5.3.1-8) 5.3.1 20160205
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=sparc64 

All errors (new ones prefixed by >>):

   drivers/media/i2c/ov5645.c: In function 'ov5645_probe':
>> drivers/media/i2c/ov5645.c:1279:8: error: implicit declaration of function 'media_entity_init' [-Werror=implicit-function-declaration]
     ret = media_entity_init(&ov5645->sd.entity, 1, &ov5645->pad, 0);
           ^
   cc1: some warnings being treated as errors

vim +/media_entity_init +1279 drivers/media/i2c/ov5645.c

  1273	
  1274		v4l2_i2c_subdev_init(&ov5645->sd, client, &ov5645_subdev_ops);
  1275		ov5645->sd.flags |= V4L2_SUBDEV_FL_HAS_DEVNODE;
  1276		ov5645->pad.flags = MEDIA_PAD_FL_SOURCE;
  1277		ov5645->sd.internal_ops = &ov5645_subdev_internal_ops;
  1278	
> 1279		ret = media_entity_init(&ov5645->sd.entity, 1, &ov5645->pad, 0);
  1280		if (ret < 0) {
  1281			dev_err(dev, "could not register media entity\n");
  1282			goto free_ctrl;

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 45818 bytes --]

  reply	other threads:[~2016-06-05  0:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-27 15:38 [PATCH v3 0/2] OV5645 camera sensor driver Todor Tomov
2016-05-27 15:38 ` Todor Tomov
2016-05-27 15:38 ` [PATCH v3 1/2] [media] media: i2c/ov5645: add the device tree binding document Todor Tomov
     [not found]   ` <1464363530-2253-2-git-send-email-todor.tomov-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2016-06-01 14:59     ` Rob Herring
2016-06-01 14:59       ` Rob Herring
2016-05-27 15:38 ` [PATCH v3 2/2] media: Add a driver for the ov5645 camera sensor Todor Tomov
2016-06-05  0:59   ` kbuild test robot [this message]
2016-06-05  0:59     ` kbuild 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=201606050853.OgknBLgR%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=geert@linux-m68k.org \
    --cc=hverkuil@xs4all.nl \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=kbuild-all@01.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=matrandg@cisco.com \
    --cc=mchehab@osg.samsung.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=todor.tomov@linaro.org \
    /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.