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 1263DC433EF for ; Fri, 17 Dec 2021 12:14:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235834AbhLQMOU (ORCPT ); Fri, 17 Dec 2021 07:14:20 -0500 Received: from muru.com ([72.249.23.125]:39448 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229891AbhLQMOS (ORCPT ); Fri, 17 Dec 2021 07:14:18 -0500 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id CB04880FB; Fri, 17 Dec 2021 12:15:00 +0000 (UTC) Date: Fri, 17 Dec 2021 14:14:16 +0200 From: Tony Lindgren To: Wan Jiabing Cc: =?utf-8?Q?Beno=C3=AEt?= Cousson , Paul Walmsley , Russell King , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kael_w@yeah.net Subject: Re: [PATCH] ARM: OMAP2+: hwmod: Add of_node_put() before break Message-ID: References: <20211014085719.23739-1-wanjiabing@vivo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211014085719.23739-1-wanjiabing@vivo.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Wan Jiabing [211014 11:58]: > Fix following coccicheck warning: > ./arch/arm/mach-omap2/omap_hwmod.c:753:1-23: WARNING: Function > for_each_matching_node should have of_node_put() before break > > Early exits from for_each_matching_node should decrement the > node reference counter. Thanks adding into omap-for-v5.17/fixes-not-urgent. Tony 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 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 EE7C5C433EF for ; Fri, 17 Dec 2021 12:15:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=y+gtaT0S9JkWAiScAKDnSd5QhTpOiPIp4V9winPAMiw=; b=SO4KSiWZRpA9Bp B1+aC1oCANbQa0bGtSTIIrnxUNe3GEmpGlbmHYzw2+U52MPyGneaq8HiCjZriOp5mUclPPxT9Tkk2 lPUKciyr9PlrumozaAcFD+/lHhsv3DYHgDxcPNciuonFQnEbsBeu8Vc8Hir4ArLZUx9KDBD13nUVN af7AkHlfm71L52BTHmnB1hvg7vfStQZ81792IRmYytJnuBpus8eR/t/GQe04WFmHrmcyzoThEuavh 2KinwqcCmpkBhKVyW/5nCUDSURfPgku6212mEnHijif2oEcPpkXERYO57FimRFFHY9YOUXygIqE1H pudk0+4lsokBTLbzVprA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1myC7y-00A3HF-Gj; Fri, 17 Dec 2021 12:14:22 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1myC7u-00A3G1-LU for linux-arm-kernel@lists.infradead.org; Fri, 17 Dec 2021 12:14:19 +0000 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id CB04880FB; Fri, 17 Dec 2021 12:15:00 +0000 (UTC) Date: Fri, 17 Dec 2021 14:14:16 +0200 From: Tony Lindgren To: Wan Jiabing Cc: =?utf-8?Q?Beno=C3=AEt?= Cousson , Paul Walmsley , Russell King , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kael_w@yeah.net Subject: Re: [PATCH] ARM: OMAP2+: hwmod: Add of_node_put() before break Message-ID: References: <20211014085719.23739-1-wanjiabing@vivo.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211014085719.23739-1-wanjiabing@vivo.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211217_041418_775678_41D6C54E X-CRM114-Status: UNSURE ( 6.77 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org * Wan Jiabing [211014 11:58]: > Fix following coccicheck warning: > ./arch/arm/mach-omap2/omap_hwmod.c:753:1-23: WARNING: Function > for_each_matching_node should have of_node_put() before break > > Early exits from for_each_matching_node should decrement the > node reference counter. Thanks adding into omap-for-v5.17/fixes-not-urgent. Tony _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel