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 B849EC43334 for ; Tue, 28 Jun 2022 06:35:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343541AbiF1Gfw (ORCPT ); Tue, 28 Jun 2022 02:35:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40806 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245637AbiF1Gff (ORCPT ); Tue, 28 Jun 2022 02:35:35 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2C19711A2B for ; Mon, 27 Jun 2022 23:34:47 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 87B968106; Tue, 28 Jun 2022 06:29:34 +0000 (UTC) Date: Tue, 28 Jun 2022 09:34:45 +0300 From: Tony Lindgren To: Liang He Cc: p.zabel@pengutronix.de, linux-omap@vger.kernel.org Subject: Re: Re:Re: [PATCH v2] bus/ti-sys: Fix refcount leak bugs Message-ID: References: <20220620145619.4074665-1-windhl@126.com> <462f1827.4050.181a8edfab0.Coremail.windhl@126.com> <72f5a5a8.42a3.181a8fb4c13.Coremail.windhl@126.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <72f5a5a8.42a3.181a8fb4c13.Coremail.windhl@126.com> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Liang He [220628 06:19]: > I have re-checked the sysc_init_stdout_path(), I think the second of_node_put > is not needed as the second 'np' will be escaped out into global 'stdout_path'. Yup you're right, thanks for checking it. Regards, Tony