On Wed, 5 Sep 2018, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-4.20/multitouch > head: 93c61d2e6bc4849a5527e32568479ff67154870e > commit: 93c61d2e6bc4849a5527e32568479ff67154870e [1/1] HID: multitouch: simplify the application retrieval > config: x86_64-randconfig-x018-201835 (attached as .config) > compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 > reproduce: > git checkout 93c61d2e6bc4849a5527e32568479ff67154870e > # save the attached .config to linux build tree > make ARCH=x86_64 > > All errors (new ones prefixed by >>): > > drivers/hid/hid-multitouch.c: In function 'mt_input_mapping': > >> drivers/hid/hid-multitouch.c:1327:5: error: 'struct hid_input' has no member named 'application' > hi->application = HID_DG_STYLUS; > ^~ > drivers/hid/hid-multitouch.c: In function 'mt_input_configured': > drivers/hid/hid-multitouch.c:1527:12: error: 'struct hid_input' has no member named 'application' > switch (hi->application) { > ^~ That is my mismerge. I've fixed it now. Thanks for the report and sorry for the noise. -- Jiri Kosina SUSE Labs