From: kbuild test robot <lkp@intel.com>
Cc: alsa-devel@alsa-project.org, Tony Lindgren <tony@atomide.com>,
Nicolae Rosia <Nicolae_Rosia@mentor.com>,
Liam Girdwood <lgirdwood@gmail.com>,
Peter Ujfalusi <peter.ujfalusi@ti.com>,
Mark Brown <broonie@kernel.org>,
kbuild-all@01.org, linux-omap@vger.kernel.org,
Lee Jones <lee.jones@linaro.org>
Subject: Re: [PATCH 2/2] mfd: twl4030-audio: make module DT only
Date: Tue, 15 Nov 2016 17:55:12 +0800 [thread overview]
Message-ID: <201611151704.tdniuWYb%fengguang.wu@intel.com> (raw)
In-Reply-To: <1479196880-20344-3-git-send-email-Nicolae_Rosia@mentor.com>
[-- Attachment #1: Type: text/plain, Size: 2353 bytes --]
Hi Nicolae,
[auto build test ERROR on asoc/for-next]
[also build test ERROR on v4.9-rc5 next-20161115]
[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/Nicolae-Rosia/ASoC-omap-twl4030-rework-probing-for-device-tree-only/20161115-165843
base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: i386-randconfig-s1-201646 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
drivers/mfd/twl-core.c: In function 'add_children':
>> drivers/mfd/twl-core.c:858:26: error: dereferencing pointer to incomplete type 'struct twl4030_audio_data'
pdata->audio, sizeof(*pdata->audio),
^~~~~~~~~~~~~
vim +858 drivers/mfd/twl-core.c
80e45b1e drivers/mfd/twl4030-core.c Timo Kokkonen 2009-03-27 852 return PTR_ERR(child);
80e45b1e drivers/mfd/twl4030-core.c Timo Kokkonen 2009-03-27 853 }
80e45b1e drivers/mfd/twl4030-core.c Timo Kokkonen 2009-03-27 854
f78959cf drivers/mfd/twl-core.c Thierry Reding 2012-09-18 855 if (IS_ENABLED(CONFIG_MFD_TWL4030_AUDIO) && pdata->audio &&
f78959cf drivers/mfd/twl-core.c Thierry Reding 2012-09-18 856 twl_class_is_4030()) {
3c330279 drivers/mfd/twl-core.c Peter Ujfalusi 2013-01-16 857 child = add_child(TWL4030_MODULE_AUDIO_VOICE, "twl4030-audio",
4ae6df5e drivers/mfd/twl-core.c Peter Ujfalusi 2011-05-31 @858 pdata->audio, sizeof(*pdata->audio),
d62abe56 drivers/mfd/twl-core.c Misael Lopez Cruz 2010-02-23 859 false, 0, 0);
d62abe56 drivers/mfd/twl-core.c Misael Lopez Cruz 2010-02-23 860 if (IS_ERR(child))
d62abe56 drivers/mfd/twl-core.c Misael Lopez Cruz 2010-02-23 861 return PTR_ERR(child);
:::::: The code at line 858 was first introduced by commit
:::::: 4ae6df5e1018796ce260be59b2c603bd0f9faa94 MFD: twl4030-audio: Rename platform data
:::::: TO: Peter Ujfalusi <peter.ujfalusi@ti.com>
:::::: CC: Peter Ujfalusi <peter.ujfalusi@ti.com>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 20736 bytes --]
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
next prev parent reply other threads:[~2016-11-15 9:55 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-15 8:01 [PATCH 0/2] ASoC: omap-twl4030: remove legacy code Nicolae Rosia
2016-11-15 8:01 ` [PATCH 1/2] ASoC: omap-twl4030: rework probing for device tree only Nicolae Rosia
2016-11-15 17:23 ` Mark Brown
2016-11-15 8:01 ` [PATCH 2/2] mfd: twl4030-audio: make module DT only Nicolae Rosia
2016-11-15 9:55 ` kbuild test robot [this message]
2016-11-15 10:00 ` kbuild test robot
2016-11-15 12:19 ` Nicolae Rosia
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=201611151704.tdniuWYb%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=Nicolae_Rosia@mentor.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=kbuild-all@01.org \
--cc=lee.jones@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-omap@vger.kernel.org \
--cc=peter.ujfalusi@ti.com \
--cc=tony@atomide.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;
as well as URLs for NNTP newsgroup(s).