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 X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C03E4C433E0 for ; Tue, 2 Mar 2021 07:44:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 67D1064D9E for ; Tue, 2 Mar 2021 07:44:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347470AbhCBESf (ORCPT ); Mon, 1 Mar 2021 23:18:35 -0500 Received: from mail.kernel.org ([198.145.29.99]:33260 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346259AbhCAXkK (ORCPT ); Mon, 1 Mar 2021 18:40:10 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id E1FC461477; Mon, 1 Mar 2021 23:39:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1614641954; bh=zy1Fph+p8k34LVeqdrSekoYGMK8LFSgwSCDZ45BkFFA=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=U8l4HGACkQngSenne+2JvwDp/eHKaEzQMS0Tt5gtIzcT+CMEAJs0aRZp56+W8IHJK 3C3wJjv9DSVjDrSUMC91bprLsS8FsVyfK3mQj6OlaLK6ewYraARiYoU+iT+W9TwFBS WCmDK4AaV9pmhSvtrhvzGksAYufAcUwa7zQHOx6o5HycwnRMyQPB3QvTWFrNyWZqS1 rDwdiFz/WQynMyoXCZQ74Bw11GbXM6MGiOCOOk6yNCZXqcJqPf6jG6pEUU1GxbqDtN yA6OhopX399K/9LIgO7gDheZ4VkteTR7ZE+g6AWy5xw4+R43KlBiOQeucpVMDGZS9i tEkNbjA+0+pWA== From: Mark Brown To: angkery Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, Junlin Yang In-Reply-To: <20210215110425.1012-1-angkery@163.com> References: <20210215110425.1012-1-angkery@163.com> Subject: Re: [PATCH] spi: cadence-quadspi: add missing of_node_put Message-Id: <161464187230.31555.12823199659284137891.b4-ty@kernel.org> Date: Mon, 01 Mar 2021 23:37:52 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 15 Feb 2021 19:04:25 +0800, angkery wrote: > Fix OF node leaks by calling of_node_put in > for_each_available_child_of_node when the cycle returns. > > Generated by: scripts/coccinelle/iterators/for_each_child.cocci Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/1] spi: cadence-quadspi: add missing of_node_put commit: 44233a5ba2511b85da3c055a0ab7c28976544e47 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark