From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 1/2] of: return -ENOENT when no property Date: Thu, 05 Jul 2012 09:20:39 -0500 Message-ID: <4FF5A2B7.4010401@gmail.com> References: <1340945879-11712-1-git-send-email-acourbot@nvidia.com> <1340945879-11712-2-git-send-email-acourbot@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Linus Walleij Cc: Alexandre Courbot , Grant Likely , Linus Walleij , linux-kernel@vger.kernel.org, devicetree-discuss@lists.ozlabs.org List-Id: devicetree@vger.kernel.org On 07/05/2012 08:26 AM, Linus Walleij wrote: > On Fri, Jun 29, 2012 at 6:57 AM, Alexandre Courbot wrote: > >> Make of_parse_phandle_with_args return -ENOENT instead of -EINVAL when >> no matching property is found, which allows to discriminate between >> absence of property and parsing error. >> >> Signed-off-by: Alexandre Courbot > > Rob can you take this into the DT git? Yes. Rob