[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201612161500.beHcWeuZ%fengguang.wu@intel.com>
Date: Fri, 16 Dec 2016 15:53:50 +0800
From: kbuild test robot <lkp@...el.com>
To: Andi Shyti <andi.shyti@...sung.com>
Cc: kbuild-all@...org, Mauro Carvalho Chehab <mchehab@....samsung.com>,
Sean Young <sean@...s.org>, Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Richard Purdie <rpurdie@...ys.net>,
Jacek Anaszewski <j.anaszewski@...sung.com>,
Heiner Kallweit <hkallweit1@...il.com>,
linux-media@...r.kernel.org, devicetree@...r.kernel.org,
linux-leds@...r.kernel.org, linux-kernel@...r.kernel.org,
Andi Shyti <andi.shyti@...sung.com>,
Andi Shyti <andi@...zian.org>
Subject: Re: [PATCH v5 1/6] [media] rc-main: assign driver type during
allocation
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
Download attachment ".config.gz" of type "application/gzip" (27662 bytes)
Powered by blists - more mailing lists