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.2 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,URIBL_BLOCKED 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 2828BC433E0 for ; Thu, 11 Mar 2021 19:41:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D45AB64F73 for ; Thu, 11 Mar 2021 19:41:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229796AbhCKTkb (ORCPT ); Thu, 11 Mar 2021 14:40:31 -0500 Received: from mail.kernel.org ([198.145.29.99]:46858 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229938AbhCKTkI (ORCPT ); Thu, 11 Mar 2021 14:40:08 -0500 Received: by mail.kernel.org (Postfix) with ESMTPS id DD51864F76; Thu, 11 Mar 2021 19:40:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1615491607; bh=Ddxo8vXPwEyRCZWpIEpLDuFrTSHNUmn9J0GirejfioU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=YrFAt/+8YBFw51DqoInzkYsqqFecA73YU34jW2/2KaSLVPLmFBiztMLMHFOzNYOle yp8ilDy4UYrHLF3CCnT6iKiXppy2sasgaQOU7gsD/5iC2UdwawPotGE6fcBcJfjVP7 4EpPZEnYS7kl1JbK24UWd2pZvaTqKPof/b2cRHI/VFH24QdoCsj1EjJgBCrZRqQygU DJRokjKAFvmlkf8TroIa4hIWIcG+izcSyIiJfBNOV5Kqdkf2PjwXIxt3mw7Whnj4Y0 3BWYrnKlIpH5i8grF6NN742bbZUfPP+jeHA8vYws1TFOn0m7kUMNthhTSmhpWDkW31 swBFIEwfFwR9g== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] bus: qcom-ebi2: add missing of_node_put From: patchwork-bot+linux-arm-msm@kernel.org Message-Id: <161549160783.31986.7504993705572691380.git-patchwork-notify@kernel.org> Date: Thu, 11 Mar 2021 19:40:07 +0000 References: <20210216113053.1722-1-angkery@163.com> In-Reply-To: <20210216113053.1722-1-angkery@163.com> To: angkery Cc: linux-arm-msm@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Hello: This patch was applied to qcom/linux.git (refs/heads/for-next): On Tue, 16 Feb 2021 19:30:53 +0800 you wrote: > From: Junlin Yang > > 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 > > [...] Here is the summary with links: - bus: qcom-ebi2: add missing of_node_put https://git.kernel.org/qcom/c/4f26f0c36fe2 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html