Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1703251

Re: [PATCH v3] serio: PS/2 gpio bit banging driver for the serio bus

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH v3] serio: PS/2 gpio bit banging driver for the serio bus
Date 2017-08-03 18:30 +0200
Message-ID <uaray-2uN-17@gated-at.bofh.it> (permalink)
References <u9wYF-6ZP-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi Danilo,

[auto build test ERROR on input/next]
[also build test ERROR on v4.13-rc3 next-20170803]
[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/Danilo-Krummrich/serio-PS-2-gpio-bit-banging-driver-for-the-serio-bus/20170801-170520
base:   https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
config: x86_64-randconfig-ws0-08032114 (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/input/serio/ps2-gpio.c:432:21: error: 'ps2_gpio_match' undeclared here (not in a function)
      .of_match_table = ps2_gpio_match,
                        ^~~~~~~~~~~~~~

vim +/ps2_gpio_match +432 drivers/input/serio/ps2-gpio.c

   426	
   427	static struct platform_driver ps2_gpio_driver = {
   428		.probe		= ps2_gpio_probe,
   429		.remove		= ps2_gpio_remove,
   430		.driver = {
   431			.name = DRIVER_NAME,
 > 432			.of_match_table = ps2_gpio_match,
   433		},
   434	};
   435	module_platform_driver(ps2_gpio_driver);
   436	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v3] serio: PS/2 gpio bit banging driver for the serio bus Danilo Krummrich <danilokrummrich@dk-develop.de> - 2017-08-01 06:30 +0200
  Re: [PATCH v3] serio: PS/2 gpio bit banging driver for the serio bus Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2017-08-01 19:40 +0200
    Re: [PATCH v3] serio: PS/2 gpio bit banging driver for the serio bus danilokrummrich@dk-develop.de - 2017-08-01 21:00 +0200
      Re: [PATCH v3] serio: PS/2 gpio bit banging driver for the serio bus Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2017-08-01 21:10 +0200
        Re: [PATCH v3] serio: PS/2 gpio bit banging driver for the serio bus danilokrummrich@dk-develop.de - 2017-08-01 21:30 +0200
  Re: [PATCH v3] serio: PS/2 gpio bit banging driver for the serio bus kbuild test robot <lkp@intel.com> - 2017-08-03 18:30 +0200

csiph-web