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 9D123C433EF for ; Mon, 11 Apr 2022 17:16:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348812AbiDKRTI (ORCPT ); Mon, 11 Apr 2022 13:19:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50954 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240748AbiDKRTD (ORCPT ); Mon, 11 Apr 2022 13:19:03 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 928A1140AB; Mon, 11 Apr 2022 10:16:49 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 45C40B8172F; Mon, 11 Apr 2022 17:16:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6EB12C385A4; Mon, 11 Apr 2022 17:16:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649697407; bh=KEdgu5lNU5+HyVwZRaK/BbilKd+k1nntwkrHK/f5xnw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=V4WfzENQiux5OP9lf3StinCx+vgGkRS2A4laKy+HlRnRR6VsoFKFgMfzCtt4fhKhG 06WX+RdkGEg7LtoAnDYIsiujqtlfhRQQxe57BnIPBYZIaQAf5FXxSs46hFUMGtKDDp V5w6uiUOcg/YmAr35lpe/CWzFkC7S66429CnY5yjCCaVNPASm5cZ41xa7eS9n2UDsU +aRzR6SSjR10oUpgqJvfrwFoE0fdUqdVDy/wLjdweRJrL6jyOX/y4ntmZidVCJIIMT xfBQ2S01tcotR5teWGVrpZglhFLZJ66S5j5Xb3EknMRysXsizb2BQp4bBmOBrTGg7H Up2irQS7u3vXA== Date: Mon, 11 Apr 2022 22:46:42 +0530 From: Vinod Koul To: Krzysztof Kozlowski Cc: Kishon Vijay Abraham I , Alim Akhtar , Girish K S , Yuvaraj Kumar C D , Vasanth Ananthan , linux-phy@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Miaoqian Lin Subject: Re: [RESEND PATCH 1/2] phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probe Message-ID: References: <20220407091857.230386-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220407091857.230386-1-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07-04-22, 11:18, Krzysztof Kozlowski wrote: > From: Miaoqian Lin > > The device_node pointer is returned by of_parse_phandle() with refcount > incremented. We should use of_node_put() on it when done. Applied all, thanks -- ~Vinod