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


Groups > linux.kernel > #1255231

Re: [PATCH] gpio: add tps65218 gpio driver

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH] gpio: add tps65218 gpio driver
Date 2015-10-24 19:00 +0200
Message-ID <qnakF-6c3-9@gated-at.bofh.it> (permalink)
References <qmNxM-6UF-27@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 Nicolas,

[auto build test ERROR on gpio/for-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base]

url:    https://github.com/0day-ci/linux/commits/Nicolas-Saenz-Julienne/gpio-add-tps65218-gpio-driver/20151024-003657
config: x86_64-randconfig-x002-201543 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/gpio/gpio-tps65218.c: In function 'tps65218_gpio_probe':
>> drivers/gpio/gpio-tps65218.c:175:26: error: 'struct gpio_chip' has no member named 'of_node'
     tps65218_gpio->gpio_chip.of_node = pdev->dev.of_node;
                             ^

vim +175 drivers/gpio/gpio-tps65218.c

   169		if (!tps65218_gpio)
   170			return -ENOMEM;
   171	
   172		tps65218_gpio->tps65218 = tps65218;
   173		tps65218_gpio->gpio_chip = template_chip;
   174		tps65218_gpio->gpio_chip.dev = &pdev->dev;
 > 175		tps65218_gpio->gpio_chip.of_node = pdev->dev.of_node;
   176	
   177		ret = gpiochip_add(&tps65218_gpio->gpio_chip);
   178		if (ret < 0) {

---
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 | Next in thread | Find similar | Unroll thread


Thread

[PATCH] gpio: add tps65218 gpio driver Nicolas Saenz Julienne <nicolassaenzj@gmail.com> - 2015-10-23 18:40 +0200
  Re: [PATCH] gpio: add tps65218 gpio driver kbuild test robot <lkp@intel.com> - 2015-10-24 19:00 +0200
  Re: [PATCH] gpio: add tps65218 gpio driver Linus Walleij <linus.walleij@linaro.org> - 2015-10-29 14:20 +0100

csiph-web