Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp5274869ybp; Mon, 14 Oct 2019 19:06:46 -0700 (PDT) X-Google-Smtp-Source: APXvYqxEBH2Up4YTywjT3yCCwpb4hfr1BsLBR2pn90k5BzC1beNM3ClEYusGOeK5EvISLbiFbIoQ X-Received: by 2002:aa7:ce8e:: with SMTP id y14mr30948593edv.5.1571105206247; Mon, 14 Oct 2019 19:06:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571105206; cv=none; d=google.com; s=arc-20160816; b=u6VdBfDZ6Wwv0ecGGnHxnNRVO+iHu1kNdQNryCKmuc2A+9+Zgtv2uzUaeVxh28Le98 reUpSw/Zg3NOH38E1Oswj5S5YHtmYgrBGkE4NlYC+Ss5sg2DBujLA8Oasjxqr63kti8W NvRqRoyuSMhDFuwfjUrmncn9vF6s8pJSc9NIMowMRtsQ+DqqAiYFwkiIRVIJdPVH7tLh 9OKhJa4/7Thg3nfAfPLYaFhKI4X4CfvIR7DU8ssmaJRT8n12yoBikOL1gX11aNHyZpvq rFKOuvGK6PvFO/TUP9/UATiQJ36HJe3cCHYSIhB6ZUT3OSTMyTun916LF/61TQeUEKRK DuDA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:subject:cc:to:from:message-id:date; bh=s88paPeMUWRAL3mIHuwGF1A/H12NDjBKfwWwqnP7Sv8=; b=rgrHS/zKl+A+Bl+vTbHg8/j/Gssi8BtQOB0NkPhhZ6gph+iGuxEXKTdS2zqS5lsyMZ RNJM69JafHDFO4VpmYG2UcoMzz/Bjphn29wkNFLmvWEwsfDwEGIXgiuYN2JhDoMto4AP siLBepLkBg+MZ4dems40YaMj8Rkt60wWV3W7iscZMpv3J99ssjfm+3lfMtIazyHher+D xcbpS49VL+sdd/CBEdmAakm+Lq52tIF1AcQY33Am6I29lgNxsxuoiP+HTcokWxE7VCS4 AmLCo53yxQGWSjWHG26DSVkZrfOCz8qZg17nQrI9UlmxLZtFtyhMEMLDg//BVqnwWS2F 6gXg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id nl6si12035320ejb.207.2019.10.14.19.06.23; Mon, 14 Oct 2019 19:06:46 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727162AbfJOAne (ORCPT + 99 others); Mon, 14 Oct 2019 20:43:34 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:29212 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727122AbfJOAnd (ORCPT ); Mon, 14 Oct 2019 20:43:33 -0400 Date: 15 Oct 2019 09:43:31 +0900 X-IronPort-AV: E=Sophos;i="5.67,296,1566831600"; d="scan'208";a="28865335" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 15 Oct 2019 09:43:31 +0900 Received: from morimoto-PC.renesas.com (unknown [10.166.18.140]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id D47504009BCE; Tue, 15 Oct 2019 09:43:12 +0900 (JST) Message-ID: <87r23e6dpb.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: "Daniel Baluta" Cc: "perex@perex.cz" , "tiwai@suse.com" , "broonie@kernel.org" , "alsa-devel@alsa-project.org" , "linux-kernel@vger.kernel.org" , "linux-imx@nxp.com" Subject: Re: [alsa-devel] [PATCH 2/2] ASoC: simple_card_utils.h: Fix potential multiple redefinition error In-Reply-To: <5da2a24b.1c69fb81.b7663.c273SMTPIN_ADDED_BROKEN@mx.google.com> References: <20191009153615.32105-1-daniel.baluta@nxp.com> <5da2a24b.1c69fb81.b7663.c273SMTPIN_ADDED_BROKEN@mx.google.com> User-Agent: Wanderlust/2.15.9 Emacs/24.5 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi > asoc_simple_debug_info and asoc_simple_debug_dai must be static > otherwise we might a compilation error if the compiler decides > not to inline the given function. > > Fixes: 0580dde59438686d ("ASoC: simple-card-utils: add asoc_simple_debug_info()") > Signed-off-by: Daniel Baluta > --- Acked-by: Kuninori Morimoto Thank you for your help !! Best regards --- Kuninori Morimoto