From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zumeng Chen Subject: Re: [PATCH ] cpufreq: ti-cpufreq: kfree opp_data when failure Date: Mon, 9 Oct 2017 13:51:00 +0800 Message-ID: <5dbd2161-1cef-01c4-ac3a-19fcd4cc19f7@windriver.com> References: <1506496097-30852-1-git-send-email-zumeng.chen@windriver.com> <20170927174026.GB12211@ubuntu> <7b7315f0-c2e4-a09e-8769-2d15a167fa73@windriver.com> <20170928041933.GG12211@ubuntu> <7a2171a3-d594-7fd7-2ccf-75ef7110dd98@windriver.com> <20171004053642.GA8478@vireshk-i7> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail.windriver.com ([147.11.1.11]:45863 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751636AbdJIFss (ORCPT ); Mon, 9 Oct 2017 01:48:48 -0400 In-Reply-To: <20171004053642.GA8478@vireshk-i7> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Viresh Kumar Cc: linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, rjw@rjwysocki.net, d-gerlach@ti.com, tony@atomide.com On 10/04/2017 01:36 PM, Viresh Kumar wrote: > On 28-09-17, 13:00, Zumeng Chen wrote: >> Yes, you are right, it seems of_node_put(np) that you mentioned were >> ignored by both paths. If you don't mind I can deliver a separate patch >> to fix this based on some testing later. > Yeah, that's exactly how I want it. > OK, I'll do it when I'm back from vacation, thanks ~