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 1F7DBEB64DD for ; Tue, 11 Jul 2023 09:00:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231258AbjGKJA0 (ORCPT ); Tue, 11 Jul 2023 05:00:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35240 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231221AbjGKJAW (ORCPT ); Tue, 11 Jul 2023 05:00:22 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D5E63E6A for ; Tue, 11 Jul 2023 02:00:21 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 617A26140D for ; Tue, 11 Jul 2023 09:00:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id BBF1BC433C8; Tue, 11 Jul 2023 09:00:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689066020; bh=RCLjMFeBr3MHz6ulYH079oF/FbTASlDlAGn68crW1L8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=D7zado8ilp1SxdOt0GztgsUQhZnkedIPhx6PriO3SCdX8DAL7qyy8xdvmmeNttMTW cSkCy+yRKqqD7BCj/HO9R5bHmmMG2SuOgQnSq1SCkomVDxbM+Kj9+LaQjLK0QnYd6S QgISuTTyIVEhw8lzozQALT5DydMU7HAircLl97317AF97E1niGCyWitP8aPZzkGYRv l+1BLYYBNWNl2p+URdguknEFqQx/qkPSJP8j6f7yFo0u+qHVK5fGr2EYYKtlOqcSgG XXAeYOiCHq/zvNPthQpdpS2bCTQFu4i4Hpyla7YfnkeKdW5RVeO6h00CsJqCN9qP8S 5MJL+dwVso3OQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 9F714E52BEF; Tue, 11 Jul 2023 09:00:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: dsa: Removed unneeded of_node_put in felix_parse_ports_node From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168906602064.21384.13815055106752556798.git-patchwork-notify@kernel.org> Date: Tue, 11 Jul 2023 09:00:20 +0000 References: <20230710031859.36784-1-luhongfei@vivo.com> In-Reply-To: <20230710031859.36784-1-luhongfei@vivo.com> To: Lu Hongfei Cc: vladimir.oltean@nxp.com, claudiu.manoil@nxp.com, alexandre.belloni@bootlin.com, UNGLinuxDriver@microchip.com, andrew@lunn.ch, f.fainelli@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, opensource.kernel@vivo.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Mon, 10 Jul 2023 11:18:59 +0800 you wrote: > Remove unnecessary of_node_put from the continue path to prevent > child node from being released twice, which could avoid resource > leak or other unexpected issues. > > Signed-off-by: Lu Hongfei > --- > drivers/net/dsa/ocelot/felix.c | 1 - > 1 file changed, 1 deletion(-) Here is the summary with links: - net: dsa: Removed unneeded of_node_put in felix_parse_ports_node https://git.kernel.org/netdev/net/c/04499f28b40b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html