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 DF70FC433FE for ; Fri, 20 May 2022 07:59:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346138AbiETH72 (ORCPT ); Fri, 20 May 2022 03:59:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58992 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346738AbiETH71 (ORCPT ); Fri, 20 May 2022 03:59:27 -0400 Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1DD8615D325; Fri, 20 May 2022 00:59:24 -0700 (PDT) Received: (Authenticated sender: clement.leger@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id F1E85100017; Fri, 20 May 2022 07:59:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1653033563; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jUrOb7gzDfqcjgGGnV3qddsGrV2m84KgsE5E1hxmOQo=; b=GGtq16fx0ICa1YTJHlP+y+ItSHWaMLcKTJ4U3FvZ2cV/IiKmp1XgxBlQuZyCeQh5he0fZj cgwSCI8AYLvrICnV8Jd1LCsycV7nycaX2t1cD0j2q6IBy4i7QhZmcIwWy/PKLzmR0K+gOE 6u5SnJAPG9RcK3P6pnYWJlkhmlEX8NJfUQPgvGvH04Xt32g5krPn13Yzzfl+McDVYXaRhE 5n6wPT8KxAHmO4pBJLnjhrXGo29jxxtgodgWrcZ51rEaCCzG55iqTTtbm1grCyeOLnZs1j WpNAIQrvcH/Iqli0EnQ9zTbfNCOEGAlclT1iKTsUxdYHMaGxWZQfneluY/YOcA== Date: Fri, 20 May 2022 09:58:10 +0200 From: =?UTF-8?B?Q2zDqW1lbnQgTMOpZ2Vy?= To: Vladimir Oltean Cc: Andrew Lunn , Vivien Didelot , Florian Fainelli , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Geert Uytterhoeven , Magnus Damm , Heiner Kallweit , Russell King , Thomas Petazzoni , Herve Codina , =?UTF-8?B?TWlxdcOobA==?= Raynal , Milan Stevanovic , Jimmy Lalande , Pascal Eberhard , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, netdev@vger.kernel.org, Jean-Pierre Geslin , Phil Edworthy Subject: Re: [PATCH net-next v5 07/13] net: dsa: rzn1-a5psw: add Renesas RZ/N1 advanced 5 port switch driver Message-ID: <20220520095810.0b0c29ef@fixe.home> In-Reply-To: <20220519180851.chpqhou7ykt45oty@skbuf> References: <20220519153107.696864-1-clement.leger@bootlin.com> <20220519153107.696864-8-clement.leger@bootlin.com> <20220519180851.chpqhou7ykt45oty@skbuf> Organization: Bootlin X-Mailer: Claws Mail 4.1.0 (GTK 3.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Le Thu, 19 May 2022 21:08:51 +0300, Vladimir Oltean a =C3=A9crit : > I think when you exit the for_each_available_child_of_node() loop you > need to manually call of_node_put(port). Yes you are right on that point. I'll fix that. --=20 Cl=C3=A9ment L=C3=A9ger, Embedded Linux and Kernel engineer at Bootlin https://bootlin.com