[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160208225811.GH10791@codeaurora.org>
Date: Mon, 8 Feb 2016 14:58:11 -0800
From: Stephen Boyd <sboyd@...eaurora.org>
To: Viresh Kumar <viresh.kumar@...aro.org>
Cc: Rafael Wysocki <rjw@...ysocki.net>, linaro-kernel@...ts.linaro.org,
linux-pm@...r.kernel.org, nm@...com,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH V2 16/16] cpufreq: dt: No need to allocate resources
anymore
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
Powered by blists - more mailing lists