[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201608101726.RGUJn72l%fengguang.wu@intel.com>
Date: Wed, 10 Aug 2016 17:41:27 +0800
From: kbuild test robot <lkp@...el.com>
To: Paul Burton <paul.burton@...tec.com>
Cc: kbuild-all@...org, linux-mips@...ux-mips.org,
Ralf Baechle <ralf@...ux-mips.org>,
Paul Burton <paul.burton@...tec.com>,
Matt Redfearn <matt.redfearn@...tec.com>,
devicetree@...r.kernel.org,
Kefeng Wang <wangkefeng.wang@...wei.com>,
Jacek Anaszewski <j.anaszewski@...sung.com>,
linux-kernel@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>
Subject: Re: [PATCH 02/20] MIPS: SEAD3: Probe interrupt controllers using DT
Hi Paul,
[auto build test ERROR on linus/master]
[also build test ERROR on v4.8-rc1 next-20160809]
[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/Paul-Burton/MIPS-SEAD3-device-tree-conversion/20160809-204707
config: mips-sead3_defconfig (attached as .config)
compiler: mipsel-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
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=mips
All errors (new ones prefixed by >>):
arch/mips/mti-sead3/sead3-dtshim.c: In function 'remove_gic':
>> arch/mips/mti-sead3/sead3-dtshim.c:55:11: error: 'EINVAL' undeclared (first use in this function)
return -EINVAL;
^
arch/mips/mti-sead3/sead3-dtshim.c:55:11: note: each undeclared identifier is reported only once for each function it appears in
--
arch/mips/mti-sead3/sead3-platform.c: In function 'sead3_platforms_device_init':
>> arch/mips/mti-sead3/sead3-platform.c:215:2: error: expected ';' before 'else'
else
^
vim +/EINVAL +55 arch/mips/mti-sead3/sead3-dtshim.c
49 return cpu_off;
50 }
51
52 cpu_phandle = fdt_get_phandle(fdt, cpu_off);
53 if (!cpu_phandle) {
54 pr_err("unable to get CPU intc phandle\n");
> 55 return -EINVAL;
56 }
57
58 err = fdt_setprop_u32(fdt, 0, "interrupt-parent", cpu_phandle);
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (14858 bytes)
Powered by blists - more mailing lists