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 52F08C6FD1C for ; Thu, 23 Mar 2023 08:50:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230318AbjCWIuX (ORCPT ); Thu, 23 Mar 2023 04:50:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49082 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229563AbjCWIuV (ORCPT ); Thu, 23 Mar 2023 04:50:21 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E5EFE1043D for ; Thu, 23 Mar 2023 01:50:20 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 9980BB82014 for ; Thu, 23 Mar 2023 08:50:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 534A9C4339B; Thu, 23 Mar 2023 08:50:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679561418; bh=yHqVgBn3haKTIhXTwzRQ6KOJcoSlyjedhEQnSqsP4Ac=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=kOTNMyv+dub7DvuVY31gBn+Eo7zAyDAx6jRQYCvDGgiHKtUoAuleLOQftTbkw6Mou 0ZRmc/hFdn7pTmAmLGtySsESNa0zABVgM31p7nZRf3QbruQkipHqU0RpfBiBBG+4Gt hVv/B/BM8IGr89UJ6rTLpivsl1b1GScG72oCosQJzacwozA0QlrMUUPeIYm+txVsU+ luB+RKfI9Yx4C+z4l9n/DYeXcB8tHFfCrt9QxzCA0JOCiggahjtBwXZZU3Xlds3tJ9 cExa1vQ2Ok02ZnKpdfSWqfSXtbL7WjKim5R3RmnzSNSjCLpF07maIHMMuOz6tn6GzL /CE9TomSi8N+Q== 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 2DD78E61B86; Thu, 23 Mar 2023 08:50:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: mdio: thunder: Add missing fwnode_handle_put() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <167956141816.5143.17401042209421365106.git-patchwork-notify@kernel.org> Date: Thu, 23 Mar 2023 08:50:18 +0000 References: <20230322062057.1857614-1-windhl@126.com> In-Reply-To: <20230322062057.1857614-1-windhl@126.com> To: Liang He Cc: andrew@lunn.ch, hkallweit1@gmail.com, linux@armlinux.org.uk, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, david.daney@cavium.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Wed, 22 Mar 2023 14:20:57 +0800 you wrote: > In device_for_each_child_node(), we should add fwnode_handle_put() > when break out of the iteration device_for_each_child_node() > as it will automatically increase and decrease the refcounter. > > Fixes: 379d7ac7ca31 ("phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.") > Signed-off-by: Liang He > > [...] Here is the summary with links: - net: mdio: thunder: Add missing fwnode_handle_put() https://git.kernel.org/netdev/net/c/b1de5c78ebe9 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html