From patchwork Thu Aug 10 08:16:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jinjie Ruan X-Patchwork-Id: 13349000 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 851CAC001B0 for ; Thu, 10 Aug 2023 08:18:01 +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=EdXEu9obbO+QJdOeALnAlhyOC2WAbvvD+np1pZjyBfU=; b=NgRBOzD2kfoU/S 715fQyYp+vuYt2NODN3cQ8SmgBHIKqE0SFd9Kz33NXcLHNRYjOmweUdz4FFqD/dFfQpm5F3GlY4sB 2kjdsVO9Ge7gm2rA+hEj+ruk0c54dgZoP+hUIhP2aZSMeiThGiWiwuL3LVLwXPqOPWAXbfMRfaJzC Mi/Us0JTglvfn1RQyh8do4Mi+2/uW2OXmW9fOWbYaNUrjNnsoNpxmckwICmw125kbvw5fZK9I9/bH BPlVS8wuxP9uhIMYPaZ04wLg6kL01lP3KYmq8L/3VEs7fwQyfh8Kti0P/hAMTRgDPQpRRNIH6x7Ay aQjY7DgrqxoWqF2Os2sA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qU0rU-006qpm-13; Thu, 10 Aug 2023 08:17:40 +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 1qU0rS-006qoT-00 for linux-arm-kernel@lists.infradead.org; Thu, 10 Aug 2023 08:17:39 +0000 Received: from kwepemi500008.china.huawei.com (unknown [172.30.72.57]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4RM09N611gzTmK2; Thu, 10 Aug 2023 16:15:36 +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; Thu, 10 Aug 2023 16:17:32 +0800 From: Ruan Jinjie To: , , , , , , , , , , , , , , , , , , , , , , , CC: Subject: [PATCH net-next v2 0/5] net: Remove redundant of_match_ptr() macro Date: Thu, 10 Aug 2023 16:16:51 +0800 Message-ID: <20230810081656.2981965-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: dggems702-chm.china.huawei.com (10.3.19.179) 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-20230810_011738_234245_67012973 X-CRM114-Status: UNSURE ( 5.87 ) 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 net drivers depend on CONFIG_OF, there is no need to wrap the macro of_match_ptr() here. Changes in v2: - Correct the subject prefix: patch -> PATCH Ruan Jinjie (5): net: dsa: realtek: Remove redundant of_match_ptr() net: dsa: rzn1-a5psw: Remove redundant of_match_ptr() net: gemini: Remove redundant of_match_ptr() net: qualcomm: Remove redundant of_match_ptr() wlcore: spi: Remove redundant of_match_ptr() drivers/net/dsa/realtek/realtek-mdio.c | 2 +- drivers/net/dsa/realtek/realtek-smi.c | 2 +- drivers/net/dsa/rzn1_a5psw.c | 2 +- drivers/net/ethernet/cortina/gemini.c | 4 ++-- drivers/net/ethernet/qualcomm/qca_uart.c | 2 +- drivers/net/wireless/ti/wlcore/spi.c | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-)