From patchwork Sun Dec 18 14:26:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Kaiser X-Patchwork-Id: 13076043 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 3CAAFC10F1E for ; Sun, 18 Dec 2022 14:28:22 +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:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=YrhDSECZfQRGXSSYrvd5XJy4qx1onMkg47Eu4+PBsyY=; b=fqjZQ17+Q9M3qt mPV3rSRypgoDUfdPik66A2yjQlhu7xJuKdKt7sOGq1oUux87jhMva2l7930d90YX1l3y+7K69ed7U yDxo5at9weX3QXzFFtxJJzsmS6A+OQcOrK0gGaWZ72GoCUVZXSqeNg0nu5EJFuelasj66+OgvemIS v4VarQLcSCHkA+8Dq6Hs3z7gsuyY8J8VD0zzMnOoJ8ARQQ9RXeJqb1HTaX0FfJu8yQDJZ1UcCZ6Ka Ial039LtfP4y2C1cEmpc3B6sj6qMjdRxdWIF+Z2gI37wqXR9WOL+0K+wMdHpaHgMkC1H/wk+T5Jur p1KjJIEcG0uU1oxcaNCg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1p6udK-002Apv-Fa; Sun, 18 Dec 2022 14:27:19 +0000 Received: from viti.kaiser.cx ([2a01:238:43fe:e600:cd0c:bd4a:7a3:8e9f]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1p6udG-002Aom-DQ for linux-arm-kernel@lists.infradead.org; Sun, 18 Dec 2022 14:27:15 +0000 Received: from dslb-178-004-201-210.178.004.pools.vodafone-ip.de ([178.4.201.210] helo=martin-debian-2.paytec.ch) by viti.kaiser.cx with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1p6udC-0007F2-Cf; Sun, 18 Dec 2022 15:27:10 +0100 From: Martin Kaiser To: Andre Przywara Cc: Martin Kaiser , Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] ARM: highbank: add missing of_node_put calls Date: Sun, 18 Dec 2022 15:26:45 +0100 Message-Id: <20221218142647.394881-1-martin@kaiser.cx> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221218_062714_622307_E61AE687 X-CRM114-Status: UNSURE ( 7.27 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Here's two simple patches to call of_node_put for device nodes that were returned by of_find_compatible_node. Both patches were compile-tested only as I don't have the hardware to run the code. Martin Kaiser (2): ARM: highbank: add missing of_node_put call ARM: highbank: fix of node handling in highbank_init_irq arch/arm/mach-highbank/highbank.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-)