[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201606040447.LMmbn7qw%fengguang.wu@intel.com>
Date: Sat, 4 Jun 2016 04:11:08 +0800
From: kbuild test robot <lkp@...el.com>
To: Andrew Duggan <aduggan@...aptics.com>
Cc: kbuild-all@...org, linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org,
Andrew Duggan <aduggan@...aptics.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Linus Walleij <linus.walleij@...aro.org>,
Jiri Kosina <jikos@...nel.org>,
Benjamin Tissoires <benjamin.tissoires@...hat.com>,
Vincent Huang <vincent.huang@...synaptics.com>,
Nick Dyer <nick.dyer@...ev.co.uk>
Subject: Re: [PATCH v2] HID: rmi: Make hid-rmi a transport driver for
synaptics-rmi4
Hi,
[auto build test ERROR on hid/for-next]
[also build test ERROR on v4.7-rc1 next-20160603]
[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/Andrew-Duggan/HID-rmi-Make-hid-rmi-a-transport-driver-for-synaptics-rmi4/20160604-024428
base: https://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-next
config: x86_64-randconfig-s4-06040320 (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=x86_64
All errors (new ones prefixed by >>):
>> drivers/hid/hid-rmi.c:572:2: error: unknown field 'dribble' specified in initializer
.dribble = RMI_REG_STATE_OFF,
^
>> drivers/hid/hid-rmi.c:572:13: error: 'RMI_REG_STATE_OFF' undeclared here (not in a function)
.dribble = RMI_REG_STATE_OFF,
^~~~~~~~~~~~~~~~~
>> drivers/hid/hid-rmi.c:573:2: error: unknown field 'palm_detect' specified in initializer
.palm_detect = RMI_REG_STATE_OFF,
^
vim +/dribble +572 drivers/hid/hid-rmi.c
566 return 0;
567 }
568
569 static struct rmi_2d_sensor_platform_data rmi_hid_2d_sensor_data = {
570 .sensor_type = rmi_sensor_touchpad,
571 .axis_align.flip_y = true,
> 572 .dribble = RMI_REG_STATE_OFF,
> 573 .palm_detect = RMI_REG_STATE_OFF,
574 };
575
576 static struct rmi_f30_data rmi_hid_f30_data = {
---
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/octet-stream" (27009 bytes)
Powered by blists - more mailing lists