From patchwork Fri Aug 30 03:13:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jinjie Ruan X-Patchwork-Id: 13784165 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 9D76BCA0ED2 for ; Fri, 30 Aug 2024 03:13:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding: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=qCme/KVoHYs21VNzHgtn/pPtyCgKrvO4w1f8bmQ0mFA=; b=EO/EdmZAH+A7ZxVN7icy8OxCgz /f+0YDHxbLUmKxk1jxbQ3CQ60F2djxPr6KUQOInILVlElqQqZlLyw3jhCTFeh+AsMHLEOu/FHwqo6 EhagzdgqrhCcqnlWfWF/ug4T0IrGZV/HGxdQX2UU8iSmEf0DQSxx/BCvh8FoGzIQQ2F1kJWUstRiA WmUMKx614r3KkY96BfyxzLdgYt8owHRbxGfDRcK4bEf7fmryYqRIn4u81uTd3g0UXtRFuNWMyv6H7 QQvJzq9LKP+UJP94xBZrjMi1X0p7pP962DWO0hnNUcdqvpMVDLBChcRz/JFXXrwlurPlheChFW8Rs Ip5av8qw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sjs4m-00000004TtH-06Tn; Fri, 30 Aug 2024 03:13:28 +0000 Received: from szxga05-in.huawei.com ([45.249.212.191]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sjrxk-00000004Smd-36lz for linux-arm-kernel@lists.infradead.org; Fri, 30 Aug 2024 03:06:15 +0000 Received: from mail.maildlp.com (unknown [172.19.88.234]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4Ww31L0F6Kz1j7pV; Fri, 30 Aug 2024 11:05:26 +0800 (CST) Received: from kwepemh500013.china.huawei.com (unknown [7.202.181.146]) by mail.maildlp.com (Postfix) with ESMTPS id 508371402C6; Fri, 30 Aug 2024 11:05:39 +0800 (CST) Received: from huawei.com (10.90.53.73) by kwepemh500013.china.huawei.com (7.202.181.146) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Fri, 30 Aug 2024 11:05:38 +0800 From: Jinjie Ruan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: Subject: [PATCH net-next v4 0/8] net: Simplified with scoped function Date: Fri, 30 Aug 2024 11:13:17 +0800 Message-ID: <20240830031325.2406672-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 kwepemh500013.china.huawei.com (7.202.181.146) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240829_200613_067196_059EB459 X-CRM114-Status: UNSURE ( 9.43 ) 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 Simplify with scoped for each OF child loop, as well as dev_err_probe(). Changes in v4: - Drop the fix patch and __free() patch. - Rebased on the fix patch has been stripped out. - Remove the extra parentheses. - Ensure Signed-off-by: should always be last. - Add Reviewed-by. - Update the cover letter commit message. Changes in v3: - Sort the variables, longest first, shortest last. - Add Reviewed-by. Changes in v2: - Subject prefix: next -> net-next. - Split __free() from scoped for each OF child loop clean. - Fix use of_node_put() instead of __free() for the 5th patch. Jinjie Ruan (8): net: stmmac: dwmac-sun8i: Use for_each_child_of_node_scoped() net: dsa: realtek: Use for_each_child_of_node_scoped() net: phy: Use for_each_available_child_of_node_scoped() net: mdio: mux-mmioreg: Simplified with scoped function net: mdio: mux-mmioreg: Simplified with dev_err_probe() net: mv643xx_eth: Simplify with scoped for each OF child loop net: dsa: microchip: Use scoped function to simplfy code net: bcmasp: Simplify with scoped for each OF child loop drivers/net/dsa/microchip/ksz_common.c | 5 +- drivers/net/dsa/realtek/rtl8366rb.c | 8 ++- drivers/net/ethernet/broadcom/asp2/bcmasp.c | 5 +- drivers/net/ethernet/marvell/mv643xx_eth.c | 5 +- .../net/ethernet/stmicro/stmmac/dwmac-sun8i.c | 6 +-- drivers/net/mdio/mdio-mux-mmioreg.c | 54 ++++++++----------- drivers/net/phy/phy_device.c | 5 +- 7 files changed, 35 insertions(+), 53 deletions(-)