From: kbuild test robot <lkp@intel.com>
To: Andi Shyti <andi.shyti@samsung.com>
Cc: kbuild-all@01.org,
Mauro Carvalho Chehab <mchehab@osg.samsung.com>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, linux-media@vger.kernel.org,
linux-kernel@vger.kernel.org, Andi Shyti <andi.shyti@samsung.com>,
Andi Shyti <andi@etezian.org>
Subject: Re: [PATCH] [media] rc: ir-spi: add support for IR LEDs connected with SPI
Date: Sat, 2 Jul 2016 12:03:26 +0800 [thread overview]
Message-ID: <201607021226.mkBUTG9d%fengguang.wu@intel.com> (raw)
In-Reply-To: <1467362022-12704-1-git-send-email-andi.shyti@samsung.com>
[-- Attachment #1: Type: text/plain, Size: 1478 bytes --]
Hi,
[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on v4.7-rc5 next-20160701]
[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/rc-ir-spi-add-support-for-IR-LEDs-connected-with-SPI/20160702-102955
base: git://linuxtv.org/media_tree.git master
config: i386-allmodconfig (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
drivers/media/rc/ir-spi.c: In function 'ir_spi_chardev_ioctl':
>> drivers/media/rc/ir-spi.c:156:7: error: 'LIRC_SET_LENGTH' undeclared (first use in this function)
case LIRC_SET_LENGTH: {
^~~~~~~~~~~~~~~
drivers/media/rc/ir-spi.c:156:7: note: each undeclared identifier is reported only once for each function it appears in
vim +/LIRC_SET_LENGTH +156 drivers/media/rc/ir-spi.c
150 return put_user(idata->lirc_driver.features,
151 (__u32 __user *) arg);
152
153 case LIRC_GET_LENGTH:
154 return put_user(idata->xfer.len, (__u32 __user *) arg);
155
> 156 case LIRC_SET_LENGTH: {
157 void *new;
158
159 ret = get_user(p, (__u32 __user *) arg);
---
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: 55044 bytes --]
next prev parent reply other threads:[~2016-07-02 3:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-01 8:33 [PATCH] [media] rc: ir-spi: add support for IR LEDs connected with SPI Andi Shyti
2016-07-01 9:44 ` Sean Young
2016-07-01 12:30 ` Andi Shyti
2016-07-01 13:22 ` Sean Young
2016-07-01 14:00 ` Andi Shyti
2016-07-02 4:03 ` kbuild test robot [this message]
2016-07-02 4:50 ` kbuild test robot
2016-07-05 14:22 ` Rob Herring
2016-07-05 15:08 ` 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=201607021226.mkBUTG9d%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=andi.shyti@samsung.com \
--cc=andi@etezian.org \
--cc=devicetree@vger.kernel.org \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mchehab@osg.samsung.com \
--cc=robh+dt@kernel.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