Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1382088
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] drivers: led: is31fl319x: 6/9-channel light effect led driver |
| Date | 2016-04-19 00:30 +0200 |
| Message-ID | <rppQ6-4Oh-21@gated-at.bofh.it> (permalink) |
| References | <rpmpd-1Hn-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hi Nikolaus,
[auto build test ERROR on j.anaszewski-leds/for-next]
[also build test ERROR on v4.6-rc4 next-20160418]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/H-Nikolaus-Schaller/drivers-led-is31fl319x-6-9-channel-light-effect-led-driver/20160419-024650
base: https://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds for-next
config: i386-randconfig-b0-04190529 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
drivers/leds/leds-is31fl319x.c: In function 'is31fl319x_probe':
>> drivers/leds/leds-is31fl319x.c:299:11: error: too many arguments to function 'is31fl319x_led_dt_init'
pdata = is31fl319x_led_dt_init(client, (int) id->driver_data);
^
drivers/leds/leds-is31fl319x.c:271:1: note: declared here
is31fl319x_led_dt_init(struct i2c_client *client)
^
vim +/is31fl319x_led_dt_init +299 drivers/leds/leds-is31fl319x.c
293 NUM_LEDS, (int) id->driver_data);
294
295 if (!i2c_check_functionality(adapter, I2C_FUNC_I2C))
296 return -EIO;
297
298 if (!pdata) {
> 299 pdata = is31fl319x_led_dt_init(client, (int) id->driver_data);
300 if (IS_ERR(pdata)) {
301 dev_err(&client->dev, "DT led error %d\n",
302 (int) PTR_ERR(pdata));
---
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] drivers: led: is31fl319x: 6/9-channel light effect led driver "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-04-18 20:50 +0200
Re: [PATCH] drivers: led: is31fl319x: 6/9-channel light effect led driver kbuild test robot <lkp@intel.com> - 2016-04-19 00:30 +0200
Re: [PATCH] drivers: led: is31fl319x: 6/9-channel light effect led driver "David Rivshin (Allworx)" <drivshin.allworx@gmail.com> - 2016-04-19 03:30 +0200
Re: [PATCH] drivers: led: is31fl319x: 6/9-channel light effect led driver Jacek Anaszewski <j.anaszewski@samsung.com> - 2016-04-19 11:20 +0200
Re: [PATCH] drivers: led: is31fl319x: 6/9-channel light effect led driver "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-04-19 19:30 +0200
Re: [PATCH] drivers: led: is31fl319x: 6/9-channel light effect led driver Jacek Anaszewski <jacek.anaszewski@gmail.com> - 2016-04-20 23:10 +0200
Re: [PATCH] drivers: led: is31fl319x: 6/9-channel light effect led driver Jacek Anaszewski <j.anaszewski@samsung.com> - 2016-04-19 11:20 +0200
Re: [PATCH] drivers: led: is31fl319x: 6/9-channel light effect led driver "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-04-19 19:30 +0200
Re: [Letux-kernel] [PATCH] drivers: led: is31fl319x: 6/9-channel light effect led driver "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-04-20 11:00 +0200
Re: [PATCH] drivers: led: is31fl319x: 6/9-channel light effect led driver Jacek Anaszewski <jacek.anaszewski@gmail.com> - 2016-04-20 23:10 +0200
Re: [PATCH] drivers: led: is31fl319x: 6/9-channel light effect led driver Rob Herring <robh@kernel.org> - 2016-04-21 17:10 +0200
Re: [PATCH] drivers: led: is31fl319x: 6/9-channel light effect led driver "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-04-21 18:30 +0200
csiph-web