From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D3327C433FE for ; Mon, 9 May 2022 12:12:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234070AbiEIMPy (ORCPT ); Mon, 9 May 2022 08:15:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41734 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234026AbiEIMPr (ORCPT ); Mon, 9 May 2022 08:15:47 -0400 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 735A71A39D for ; Mon, 9 May 2022 05:11:50 -0700 (PDT) Received: from canpemm500007.china.huawei.com (unknown [172.30.72.57]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4Kxg250Jr4zGphW; Mon, 9 May 2022 20:09:01 +0800 (CST) Received: from [10.174.179.215] (10.174.179.215) by canpemm500007.china.huawei.com (7.192.104.62) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Mon, 9 May 2022 20:11:47 +0800 Subject: Re: [PATCH v2] ASoC: mediatek: mt8195: Fix build warning without CONFIG_OF To: Mark Brown CC: , , , , , , , , , , , References: <20220507021424.12180-1-yuehaibing@huawei.com> From: YueHaibing Message-ID: <3ba32c96-eec3-61a0-aece-d161d8db24ac@huawei.com> Date: Mon, 9 May 2022 20:11:46 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit X-Originating-IP: [10.174.179.215] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To canpemm500007.china.huawei.com (7.192.104.62) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2022/5/9 19:50, Mark Brown wrote: > On Sat, May 07, 2022 at 10:14:24AM +0800, YueHaibing wrote: >> sound/soc/mediatek/mt8195/mt8195-mt6359.c:1639:32: warning: ‘mt8195_mt6359_max98390_rt5682_card’ defined but not used [-Wunused-variable] >> 1639 | static struct mt8195_card_data mt8195_mt6359_max98390_rt5682_card = { >> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > This doesn't apply against current code, please check and resend (it > looks like you have additional patches in your tree, am doesn't know the > base SHA1s?). Sorry, will rebase on next-20220509 ab >