Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1543237
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v5 1/6] [media] rc-main: assign driver type during allocation |
| Date | 2016-12-16 09:00 +0100 |
| Message-ID | <sOVAR-ya-13@gated-at.bofh.it> (permalink) |
| References | <sOU25-8aq-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v5 0/6] Add support for IR transmitters Andi Shyti <andi.shyti@samsung.com> - 2016-12-16 07:20 +0100
[PATCH v5 2/6] [media] rc-main: split setup and unregister functions Andi Shyti <andi.shyti@samsung.com> - 2016-12-16 07:20 +0100
Re: [PATCH v5 2/6] [media] rc-main: split setup and unregister functions Sean Young <sean@mess.org> - 2016-12-16 13:20 +0100
Re: [PATCH v5 2/6] [media] rc-main: split setup and unregister functions Sean Young <sean@mess.org> - 2016-12-16 15:20 +0100
Re: [PATCH v5 2/6] [media] rc-main: split setup and unregister functions Andi Shyti <andi.shyti@samsung.com> - 2016-12-18 10:10 +0100
[PATCH v5 1/6] [media] rc-main: assign driver type during allocation Andi Shyti <andi.shyti@samsung.com> - 2016-12-16 07:20 +0100
Re: [PATCH v5 1/6] [media] rc-main: assign driver type during allocation kbuild test robot <lkp@intel.com> - 2016-12-16 09:00 +0100
[PATCH v6 1/6] [media] rc-main: assign driver type during allocation Andi Shyti <andi.shyti@samsung.com> - 2016-12-16 10:00 +0100
[PATCH v5 3/6] [media] rc-core: add support for IR raw transmitters Andi Shyti <andi.shyti@samsung.com> - 2016-12-16 07:20 +0100
Re: [PATCH v5 3/6] [media] rc-core: add support for IR raw transmitters kbuild test robot <lkp@intel.com> - 2016-12-16 12:50 +0100
csiph-web