Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1720675
| From | Donglin Peng <dolinux.peng@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name |
| Date | 2017-08-26 17:20 +0200 |
| Message-ID | <uiL2p-2ME-15@gated-at.bofh.it> (permalink) |
| References | <uhR9T-113-5@gated-at.bofh.it> <uiK6l-2ew-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Mark,
On Sat, Aug 26, 2017 at 10:13 PM, kbuild test robot <lkp@intel.com> wrote:
> Hi Jeffy,
>
> [auto build test ERROR on asoc/for-next]
> [also build test ERROR on next-20170825]
> [cannot apply to v4.13-rc6]
> [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/Jeffy-Chen/ASoC-Add-a-sanity-check-before-using-dai-driver-name/20170826-195851
> base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
> config: x86_64-randconfig-it0-08261958 (attached as .config)
> compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4
> reproduce:
> # save the attached .config to linux build tree
> make ARCH=x86_64
>
> All error/warnings (new ones prefixed by >>):
>
> sound//soc/soc-core.c: In function 'snd_soc_find_dai':
>>> sound//soc/soc-core.c:4321:0: error: unterminated argument list invoking macro "if"
> MODULE_ALIAS("platform:soc-audio");
> ^
>>> sound//soc/soc-core.c:1031:4: error: expected '(' at end of input
> if (dlc->dai_name && strcmp(dai->name, dlc->dai_name)
> ^
It seems that the v3 patch should be applied other than v2.
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name Donglin Peng <dolinux.peng@gmail.com> - 2017-08-26 17:20 +0200
Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name Mark Brown <broonie@kernel.org> - 2017-08-27 14:20 +0200
Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name Donglin Peng <dolinux.peng@gmail.com> - 2017-08-27 16:00 +0200
Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name Mark Brown <broonie@kernel.org> - 2017-08-27 16:30 +0200
Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name Mark Brown <broonie@kernel.org> - 2017-08-27 16:40 +0200
Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name jeffy <jeffy.chen@rock-chips.com> - 2017-08-28 00:30 +0200
Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name Donglin Peng <dolinux.peng@gmail.com> - 2017-08-28 03:50 +0200
csiph-web