All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Sakari Ailus <sakari.ailus@iki.fi>
Cc: kbuild-all@01.org, linux-media@vger.kernel.org, mchehab@osg.samsung.com
Subject: Re: [PATCH 1/1] v4l: subdev: Register the entity before calling subdev's registered op
Date: Mon, 28 Dec 2015 07:56:52 +0800	[thread overview]
Message-ID: <201512280749.lEk3EHBW%fengguang.wu@intel.com> (raw)
In-Reply-To: <1451259900-9295-1-git-send-email-sakari.ailus@iki.fi>

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

[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
Hi Sakari,

[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on v4.4-rc6 next-20151223]

url:    https://github.com/0day-ci/linux/commits/Sakari-Ailus/v4l-subdev-Register-the-entity-before-calling-subdev-s-registered-op/20151228-074927
base:   git://linuxtv.org/media_tree.git master
config: x86_64-randconfig-x016-201552 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/media/v4l2-core/v4l2-device.c: In function 'v4l2_device_register_subdev':
>> drivers/media/v4l2-core/v4l2-device.c:210:33: error: 'entity' undeclared (first use in this function)
     media_device_unregister_entity(entity);
                                    ^
   drivers/media/v4l2-core/v4l2-device.c:210:33: note: each undeclared identifier is reported only once for each function it appears in

vim +/entity +210 drivers/media/v4l2-core/v4l2-device.c

   204		list_add_tail(&sd->list, &v4l2_dev->subdevs);
   205		spin_unlock(&v4l2_dev->lock);
   206	
   207		return 0;
   208	
   209	error_unregister:
 > 210		media_device_unregister_entity(entity);
   211	error_module:
   212		if (!sd->owner_v4l2_dev)
   213			module_put(sd->owner);

---
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: 27004 bytes --]

  reply	other threads:[~2015-12-27 23:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-27 23:45 [PATCH 1/1] v4l: subdev: Register the entity before calling subdev's registered op Sakari Ailus
2015-12-27 23:56 ` kbuild test robot [this message]
2015-12-28 12:41 ` Mauro Carvalho Chehab
2015-12-28 13:18   ` Sakari Ailus
2015-12-28 13:36     ` Mauro Carvalho Chehab

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=201512280749.lEk3EHBW%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@01.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@osg.samsung.com \
    --cc=sakari.ailus@iki.fi \
    /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.