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


Groups > linux.kernel > #1340352

Re: [PATCH v2 1/2] gpio: designware: switch device node to fwnode

Path csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!Xbb.tags.giganews.com!border2.nntp.ams1.giganews.com!nntp.giganews.com!news.panservice.it!diesel.cu.mi.it!bofh.it!news.nic.it!robomod
From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2 1/2] gpio: designware: switch device node to fwnode
Date Tue, 23 Feb 2016 08:20:02 +0100
Message-ID <r5fqi-1TY-5@gated-at.bofh.it> (permalink)
References <r5f6W-1wM-1@gated-at.bofh.it>
X-Extloop1 1
X-Ironport-Av E=Sophos;i="5.22,488,1449561600"; d="gz'50?scan'50,208,50";a="919053276"
MIME-Version 1.0
Content-Type multipart/mixed; boundary="+QahgC5+KEYLbs62"
Content-Disposition inline
User-Agent Mutt/1.5.23 (2014-03-12)
X-Sa-Exim-Connect-IP <locally generated>
X-Sa-Exim-Mail-From fengguang.wu@intel.com
X-Sa-Exim-Scanned No (on bee); SAEximRunCond expanded to false
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 450
Organization linux.* mail to news gateway
X-Original-Cc kbuild-all@01.org, linus.walleij@linaro.org, gnurou@gmail.com, mika.westerberg@linux.intel.com, andy.shevchenko@gmail.com, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-acpi@vger.kernel.org, linuxarm@huawei.com, haifeng.wei@huawei.com, charles.chenxin@huawei.com
X-Original-Date Tue, 23 Feb 2016 15:17:53 +0800
X-Original-Message-ID <201602231557.Uyg3U6gR%fengguang.wu@intel.com>
X-Original-References <1456210972-60639-2-git-send-email-qiujiang@huawei.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1340352

Show key headers only | View raw


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

Hi qiujiang,

[auto build test ERROR on gpio/for-next]
[also build test ERROR on v4.5-rc5 next-20160223]
[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/qiujiang/gpio-designware-switch-device-node-to-fwnode/20160223-145423
base:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git for-next
config: x86_64-randconfig-i0-201608 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/mfd/intel_quark_i2c_gpio.c: In function 'intel_quark_gpio_setup':
>> drivers/mfd/intel_quark_i2c_gpio.c:230:19: error: 'struct dwapb_port_property' has no member named 'node'
     pdata->properties->node  = NULL;
                      ^

vim +230 drivers/mfd/intel_quark_i2c_gpio.c

60ae5b9f Raymond Tan 2015-02-02  224  					 sizeof(*pdata->properties),
60ae5b9f Raymond Tan 2015-02-02  225  					 GFP_KERNEL);
60ae5b9f Raymond Tan 2015-02-02  226  	if (!pdata->properties)
60ae5b9f Raymond Tan 2015-02-02  227  		return -ENOMEM;
60ae5b9f Raymond Tan 2015-02-02  228  
60ae5b9f Raymond Tan 2015-02-02  229  	/* Set the properties for portA */
60ae5b9f Raymond Tan 2015-02-02 @230  	pdata->properties->node		= NULL;
60ae5b9f Raymond Tan 2015-02-02  231  	pdata->properties->name		= "intel-quark-x1000-gpio-portA";
60ae5b9f Raymond Tan 2015-02-02  232  	pdata->properties->idx		= 0;
60ae5b9f Raymond Tan 2015-02-02  233  	pdata->properties->ngpio	= INTEL_QUARK_MFD_NGPIO;

:::::: The code at line 230 was first introduced by commit
:::::: 60ae5b9f5cdd80c529eda13bfdd600a0fc857afb mfd: intel_quark_i2c_gpio: Add Intel Quark X1000 I2C-GPIO MFD Driver

:::::: TO: Raymond Tan <raymond.tan@intel.com>
:::::: CC: Lee Jones <lee.jones@linaro.org>

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


Thread

[PATCH v2 1/2] gpio: designware: switch device node to fwnode qiujiang <qiujiang@huawei.com> - 2016-02-23 08:00 +0100
  Re: [PATCH v2 1/2] gpio: designware: switch device node to fwnode kbuild test robot <lkp@intel.com> - 2016-02-23 08:20 +0100

csiph-web