From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH V2 16/16] cpufreq: dt: No need to allocate resources anymore Date: Mon, 8 Feb 2016 14:58:11 -0800 Message-ID: <20160208225811.GH10791@codeaurora.org> References: <6c45d5257ba11485719d3cb3a795ccb6ca1670d5.1453965717.git.viresh.kumar@linaro.org> <20160202061228.GE31828@vireshk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:49910 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755975AbcBHW6M (ORCPT ); Mon, 8 Feb 2016 17:58:12 -0500 Content-Disposition: inline In-Reply-To: <20160202061228.GE31828@vireshk> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Viresh Kumar Cc: Rafael Wysocki , linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, nm@ti.com, open list On 02/02, Viresh Kumar wrote: > + name = find_supply_name(cpu_dev); > + if (IS_ERR(name)) > + return PTR_ERR(name); > + Same IS_ERR question as before. Otherwise the patch looks ok. > + if (!name) > + return 0; > -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project