From patchwork Fri Aug 11 07:14:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jinjie Ruan X-Patchwork-Id: 13350203 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6729AC0015E for ; Fri, 11 Aug 2023 07:15:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=tb4WOavOEvQ4P3qbeXqbQmcq1HUQ+0BerTr85Mt5OYY=; b=K974sKmxdJgNwa ripqK7ueCSsBspEsvwok+Das/eJxHaVay0Rt3ja0R79zm+AJ8VUKxHNZoKJ285R2XtIykg/Fci+zI LMHCFFyGEIAKW2Mwg67eqQ1B1Ja9eMr2ddHqeocx0EuQjQgM43baJntL5GwgbWuksPOb5bjd7VdV+ +Y3pbqzNkQ1b9YoTVaEif9cgnmiSdr6j3h+uc3DpC0n1C6Viz4kR+p71R6MBXXrDXWSkhZPtU/5xP mmS5zdlksIBONpfau8YwurmzSEHF5AG9lmylQyqWW356FLCq5UhSZJaT6V0bwXd/+eBNNi16Ykctc afEvq2ghCtlPWtbut3Pw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qUMMh-009ik9-1p; Fri, 11 Aug 2023 07:15:19 +0000 Received: from szxga02-in.huawei.com ([45.249.212.188]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qUMMZ-009idZ-00 for linux-arm-kernel@lists.infradead.org; Fri, 11 Aug 2023 07:15:14 +0000 Received: from kwepemi500008.china.huawei.com (unknown [172.30.72.56]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4RMZhz5Yd9zCrk9; Fri, 11 Aug 2023 15:11:31 +0800 (CST) Received: from huawei.com (10.90.53.73) by kwepemi500008.china.huawei.com (7.221.188.139) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Fri, 11 Aug 2023 15:14:59 +0800 From: Ruan Jinjie To: , , , , , , , , , , , , , , , , , , , CC: Subject: [PATCH -next 0/5] sound: Remove redundant of_match_ptr() macro Date: Fri, 11 Aug 2023 15:14:21 +0800 Message-ID: <20230811071426.2343133-1-ruanjinjie@huawei.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-Originating-IP: [10.90.53.73] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To kwepemi500008.china.huawei.com (7.221.188.139) X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230811_001511_226693_D9CB9490 X-CRM114-Status: UNSURE ( 4.99 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Since these sound drivers depend on CONFIG_OF, there is no need to wrap the macro of_match_ptr() here. Ruan Jinjie (5): ASoC: atmel: Remove redundant of_match_ptr() ASoC: atmel: tse850-pcm5142: Remove redundant of_match_ptr() ASoC: sunxi: sun4i-spdif: Remove redundant of_match_ptr() ASoC: ssm3515: Remove redundant of_match_ptr() ALSA: Remove redundant of_match_ptr() sound/drivers/serial-generic.c | 2 +- sound/soc/atmel/atmel-i2s.c | 2 +- sound/soc/atmel/atmel-pdmic.c | 2 +- sound/soc/atmel/mchp-i2s-mcc.c | 2 +- sound/soc/atmel/mchp-spdifrx.c | 2 +- sound/soc/atmel/mchp-spdiftx.c | 2 +- sound/soc/atmel/tse850-pcm5142.c | 2 +- sound/soc/codecs/ssm3515.c | 2 +- sound/soc/sunxi/sun4i-spdif.c | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-)