devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org,
	Mauro Carvalho Chehab <mchehab@osg.samsung.com>,
	Sean Young <sean@mess.org>, Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Richard Purdie <rpurdie@rpsys.net>,
	Jacek Anaszewski <j.anaszewski@samsung.com>,
	Heiner Kallweit <hkallweit1@gmail.com>,
	linux-media@vger.kernel.org, devicetree@vger.kernel.org,
	linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org,
	Andi Shyti <andi.shyti@samsung.com>,
	Andi Shyti <andi@etezian.org>
Subject: Re: [PATCH v5 1/6] [media] rc-main: assign driver type during allocation
Date: Fri, 16 Dec 2016 15:53:50 +0800	[thread overview]
Message-ID: <201612161500.beHcWeuZ%fengguang.wu@intel.com> (raw)
In-Reply-To: <20161216061218.5906-2-andi.shyti@samsung.com>

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

Hi Andi,

[auto build test ERROR on linuxtv-media/master]
[cannot apply to v4.9 next-20161215]
[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/Andi-Shyti/Add-support-for-IR-transmitters/20161216-144204
base:   git://linuxtv.org/media_tree.git master
config: x86_64-randconfig-x000-201650 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/media/cec/cec-core.c: In function 'cec_allocate_adapter':
>> drivers/media/cec/cec-core.c:262:25: error: 'parent' undeclared (first use in this function)
     adap->rc->dev.parent = parent;
                            ^~~~~~
   drivers/media/cec/cec-core.c:262:25: note: each undeclared identifier is reported only once for each function it appears in

vim +/parent +262 drivers/media/cec/cec-core.c

   256		adap->rc->input_name = adap->input_name;
   257		adap->rc->input_phys = adap->input_phys;
   258		adap->rc->input_id.bustype = BUS_CEC;
   259		adap->rc->input_id.vendor = 0;
   260		adap->rc->input_id.product = 0;
   261		adap->rc->input_id.version = 1;
 > 262		adap->rc->dev.parent = parent;
   263		adap->rc->driver_name = CEC_NAME;
   264		adap->rc->allowed_protocols = RC_BIT_CEC;
   265		adap->rc->priv = adap;

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

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 27662 bytes --]

  reply	other threads:[~2016-12-16  7:53 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-16  6:12 [PATCH v5 0/6] Add support for IR transmitters Andi Shyti
     [not found] ` <20161216061218.5906-1-andi.shyti-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2016-12-16  6:12   ` [PATCH v5 1/6] [media] rc-main: assign driver type during allocation Andi Shyti
2016-12-16  7:53     ` kbuild test robot [this message]
2016-12-16  8:50     ` [PATCH v6 " Andi Shyti
2016-12-16  6:12   ` [PATCH v5 2/6] [media] rc-main: split setup and unregister functions Andi Shyti
2016-12-16 12:10     ` Sean Young
2016-12-16 14:16       ` Sean Young
2016-12-18  9:06         ` Andi Shyti
2016-12-16  6:12   ` [PATCH v5 3/6] [media] rc-core: add support for IR raw transmitters Andi Shyti
     [not found]     ` <20161216061218.5906-4-andi.shyti-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2016-12-16 11:41       ` kbuild test robot
2016-12-16  6:12 ` [PATCH v5 4/6] [media] rc-ir-raw: do not generate any receiving thread for " Andi Shyti
2016-12-16  6:12 ` [PATCH v5 5/6] Documentation: bindings: add documentation for ir-spi device driver Andi Shyti
2016-12-16  6:12 ` [PATCH v5 6/6] [media] rc: add support for IR LEDs driven through SPI Andi Shyti

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=201612161500.beHcWeuZ%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=andi.shyti@samsung.com \
    --cc=andi@etezian.org \
    --cc=devicetree@vger.kernel.org \
    --cc=hkallweit1@gmail.com \
    --cc=j.anaszewski@samsung.com \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-leds@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mchehab@osg.samsung.com \
    --cc=robh+dt@kernel.org \
    --cc=rpurdie@rpsys.net \
    --cc=sean@mess.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).