devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Rob Herring <robh@kernel.org>
Cc: kbuild-all@01.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Frank Rowand <frowand.list@gmail.com>,
	Pantelis Antoniou <pantelis.antoniou@konsulko.com>
Subject: Re: [PATCH] of: use pr_fmt prefix for all console printing
Date: Fri, 3 Jun 2016 15:54:58 +0800	[thread overview]
Message-ID: <201606031557.mtegLOGd%fengguang.wu@intel.com> (raw)
In-Reply-To: <1464880499-29864-1-git-send-email-robh@kernel.org>

[-- Attachment #1: Type: text/plain, Size: 1835 bytes --]

Hi,

[auto build test ERROR on v4.7-rc1]
[also build test ERROR on next-20160602]
[cannot apply to glikely/devicetree/next]
[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/Rob-Herring/of-use-pr_fmt-prefix-for-all-console-printing/20160602-231816
config: arm64-allmodconfig (attached as .config)
compiler: aarch64-linux-gnu-gcc (Debian 5.3.1-8) 5.3.1 20160205
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=arm64 

All error/warnings (new ones prefixed by >>):

   drivers/of/of_numa.c: In function 'of_numa_parse_memory_nodes':
>> drivers/of/of_numa.c:84:8: error: 'i' undeclared (first use in this function)
      for (i = 0; !r; i++, r = of_address_to_resource(np, i, &rsrc)) {
           ^
   drivers/of/of_numa.c:84:8: note: each undeclared identifier is reported only once for each function it appears in
>> drivers/of/of_numa.c:84:22: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      for (i = 0; !r; i++, r = of_address_to_resource(np, i, &rsrc)) {
                         ^

vim +/i +84 drivers/of/of_numa.c

    78				continue;
    79			else if (r)
    80				/* some other error */
    81				break;
    82	
    83			r = of_address_to_resource(np, 0, &rsrc);
  > 84			for (i = 0; !r; i++, r = of_address_to_resource(np, i, &rsrc)) {
    85				r = numa_add_memblk(nid, rsrc.start,
    86					    rsrc.end - rsrc.start + 1);
    87			}

---
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: 50194 bytes --]

      parent reply	other threads:[~2016-06-03  7:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-02 15:14 [PATCH] of: use pr_fmt prefix for all console printing Rob Herring
     [not found] ` <1464880499-29864-1-git-send-email-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2016-06-02 17:33   ` Frank Rowand
2016-06-02 19:56     ` Rob Herring
2016-06-02 20:10       ` Joe Perches
2016-06-02 21:44       ` Frank Rowand
2016-06-03  7:54 ` kbuild test robot [this message]

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=201606031557.mtegLOGd%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=devicetree@vger.kernel.org \
    --cc=frowand.list@gmail.com \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pantelis.antoniou@konsulko.com \
    --cc=robh@kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).