Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751226AbdHZPKM (ORCPT ); Sat, 26 Aug 2017 11:10:12 -0400 Received: from mail-qk0-f195.google.com ([209.85.220.195]:33092 "EHLO mail-qk0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751085AbdHZPKL (ORCPT ); Sat, 26 Aug 2017 11:10:11 -0400 MIME-Version: 1.0 In-Reply-To: <201708262141.5hey2M3k%fengguang.wu@intel.com> References: <20170824033411.5788-1-jeffy.chen@rock-chips.com> <201708262141.5hey2M3k%fengguang.wu@intel.com> From: Donglin Peng Date: Sat, 26 Aug 2017 23:09:49 +0800 Message-ID: Subject: Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name To: kbuild test robot Cc: Jeffy Chen , kbuild-all@01.org, linux-kernel@vger.kernel.org, Mark Brown , tiwai@suse.de, Jaroslav Kysela , alsa-devel@alsa-project.org, Takashi Iwai , Liam Girdwood Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1193 Lines: 29 Hi Mark, On Sat, Aug 26, 2017 at 10:13 PM, kbuild test robot 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.