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=-7.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 30D20C433EF for ; Wed, 15 Sep 2021 03:35:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0989061242 for ; Wed, 15 Sep 2021 03:35:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235548AbhIODhN (ORCPT ); Tue, 14 Sep 2021 23:37:13 -0400 Received: from szxga03-in.huawei.com ([45.249.212.189]:16256 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229980AbhIODhL (ORCPT ); Tue, 14 Sep 2021 23:37:11 -0400 Received: from dggemv704-chm.china.huawei.com (unknown [172.30.72.54]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4H8QpC1yLYz8t39; Wed, 15 Sep 2021 11:35:15 +0800 (CST) Received: from dggpemm500004.china.huawei.com (7.185.36.219) by dggemv704-chm.china.huawei.com (10.3.19.47) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.8; Wed, 15 Sep 2021 11:35:52 +0800 Received: from [10.174.177.91] (10.174.177.91) by dggpemm500004.china.huawei.com (7.185.36.219) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.8; Wed, 15 Sep 2021 11:35:51 +0800 Subject: Re: [PATCH -next] ASoC: mediatek: mt8195: Add missing of_node_put() To: Trevor Wu , , , CC: , , , , , References: <20210911081246.33867-1-cuibixuan@huawei.com> <7a1af556bf3b7dda9f1be848d2631448a1155ec6.camel@mediatek.com> From: Bixuan Cui Message-ID: <2b8a26ef-945a-e142-3f4d-039599198d9a@huawei.com> Date: Wed, 15 Sep 2021 11:35:50 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: <7a1af556bf3b7dda9f1be848d2631448a1155ec6.camel@mediatek.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.177.91] X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To dggpemm500004.china.huawei.com (7.185.36.219) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021/9/15 11:07, Trevor Wu wrote: > Thanks for catching that. > I found there are other usages of of_parse_phandle() in the file. > Will you handle them together? > If not, I will prepare a patch to fix them after this patch is merged. Hi, You can send a v2 patch with your fixes base on my patch. The sign-off-by plus the two of us. Thanks, Bixuan Cui > > Thanks, > Trevor