From: kbuild test robot <lkp@intel.com>
To: linux-fbdev@vger.kernel.org
Subject: Re: [PATCH v4 2/2] video: fbdev: pxafb: initial devicetree conversion
Date: Tue, 17 Nov 2015 00:01:45 +0000 [thread overview]
Message-ID: <201511170756.x7M2RaKf%fengguang.wu@intel.com> (raw)
In-Reply-To: <1447709811-5997-2-git-send-email-robert.jarzmik@free.fr>
[-- Attachment #1: Type: text/plain, Size: 2933 bytes --]
Hi Robert,
[auto build test ERROR on v4.4-rc1]
[also build test ERROR on next-20151116]
url: https://github.com/0day-ci/linux/commits/Robert-Jarzmik/video-fbdev-pxafb-loosen-the-platform-data-bond/20151117-053946
config: arm-spitz_defconfig (attached as .config)
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=arm
All error/warnings (new ones prefixed by >>):
>> drivers/video/fbdev/pxafb.c:2469:3: error: field name not in record or union initializer
.compatible = "marvell,pxa300-lcdc",
^
drivers/video/fbdev/pxafb.c:2469:3: error: (near initialization for 'pxafb_of_dev_id[1].name')
>> drivers/video/fbdev/pxafb.c:2471:2: warning: braces around scalar initializer
{
^
drivers/video/fbdev/pxafb.c:2471:2: warning: (near initialization for 'pxafb_of_dev_id[1].type[0]')
drivers/video/fbdev/pxafb.c:2472:3: error: field name not in record or union initializer
.compatible = "marvell,pxa2xx-lcdc",
^
drivers/video/fbdev/pxafb.c:2472:3: error: (near initialization for 'pxafb_of_dev_id[1].type[0]')
>> drivers/video/fbdev/pxafb.c:2472:3: warning: initialization makes integer from pointer without a cast
drivers/video/fbdev/pxafb.c:2472:3: warning: (near initialization for 'pxafb_of_dev_id[1].type[0]')
>> drivers/video/fbdev/pxafb.c:2472:3: error: initializer element is not computable at load time
drivers/video/fbdev/pxafb.c:2472:3: error: (near initialization for 'pxafb_of_dev_id[1].type[0]')
drivers/video/fbdev/pxafb.c:2473:2: warning: braces around scalar initializer
}, {
^
drivers/video/fbdev/pxafb.c:2473:2: warning: (near initialization for 'pxafb_of_dev_id[1].type[1]')
>> drivers/video/fbdev/pxafb.c:2476:2: error: expected '}' before ';' token
};
^
drivers/video/fbdev/pxafb.c:2243:12: warning: 'pxafb_probe' defined but not used [-Wunused-function]
static int pxafb_probe(struct platform_device *dev)
^
drivers/video/fbdev/pxafb.c:2425:12: warning: 'pxafb_remove' defined but not used [-Wunused-function]
static int pxafb_remove(struct platform_device *dev)
^
vim +2469 drivers/video/fbdev/pxafb.c
2463
2464 static const struct of_device_id pxafb_of_dev_id[] = {
2465 {
2466 .compatible = "marvell,pxa270-lcdc",
2467 }, {
2468 {
> 2469 .compatible = "marvell,pxa300-lcdc",
2470 }, {
> 2471 {
> 2472 .compatible = "marvell,pxa2xx-lcdc",
2473 }, {
2474 /* sentinel */
2475 }
> 2476 };
2477 MODULE_DEVICE_TABLE(of, pxafb_of_dev_id);
2478
2479 static struct platform_driver pxafb_driver = {
---
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: 18416 bytes --]
prev parent reply other threads:[~2015-11-17 0:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-16 21:36 [PATCH v4 1/2] video: fbdev: pxafb: loosen the platform data bond Robert Jarzmik
2015-11-16 21:36 ` [PATCH v4 2/2] video: fbdev: pxafb: initial devicetree conversion Robert Jarzmik
2015-11-17 0:01 ` 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=201511170756.x7M2RaKf%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=linux-fbdev@vger.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