From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, Linus Walleij <linus.walleij@linaro.org>,
Greg KH <gregkh@linuxfoundation.org>,
Heiko Stuebner <heiko@sntech.de>,
Caesar Wang <wxt@rock-chips.com>,
Chris Zhong <zyw@rock-chips.com>,
Doug Anderson <dianders@chromium.org>,
linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org
Subject: Re: [REPOST PATCH v2] drivers/pinctrl: Add the concept of an "init" state
Date: Wed, 21 Oct 2015 10:46:22 +0800 [thread overview]
Message-ID: <201510211015.LOfTtSa0%fengguang.wu@intel.com> (raw)
In-Reply-To: <1445393316-10079-1-git-send-email-dianders@chromium.org>
[-- Attachment #1: Type: text/plain, Size: 1194 bytes --]
Hi Doug,
[auto build test ERROR on pinctrl/for-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base]
url: https://github.com/0day-ci/linux/commits/Douglas-Anderson/drivers-pinctrl-Add-the-concept-of-an-init-state/20151021-101131
config: i386-randconfig-x004-10191220 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
drivers/base/dd.c: In function 'really_probe':
>> drivers/base/dd.c:325:2: error: implicit declaration of function 'pinctrl_init_done' [-Werror=implicit-function-declaration]
pinctrl_init_done(dev);
^
cc1: some warnings being treated as errors
vim +/pinctrl_init_done +325 drivers/base/dd.c
319 } else if (drv->probe) {
320 ret = drv->probe(dev);
321 if (ret)
322 goto probe_failed;
323 }
324
> 325 pinctrl_init_done(dev);
326
327 if (dev->pm_domain && dev->pm_domain->sync)
328 dev->pm_domain->sync(dev);
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 23700 bytes --]
next prev parent reply other threads:[~2015-10-21 2:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-21 2:08 [REPOST PATCH v2] drivers/pinctrl: Add the concept of an "init" state Douglas Anderson
2015-10-21 2:46 ` kbuild test robot [this message]
2015-10-21 4:17 ` Doug Anderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201510211015.LOfTtSa0%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=dianders@chromium.org \
--cc=gregkh@linuxfoundation.org \
--cc=heiko@sntech.de \
--cc=kbuild-all@01.org \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=wxt@rock-chips.com \
--cc=zyw@rock-chips.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox