From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Fleming Subject: Re: [PATCH 6/6] efi/fdt: Fix handling error value in fdt_find_uefi_params Date: Tue, 30 Aug 2016 11:07:42 +0100 Message-ID: <20160830100742.GA32579@codeblueprint.co.uk> References: <1471638904-3494-1-git-send-email-matt@codeblueprint.co.uk> <1471638904-3494-7-git-send-email-matt@codeblueprint.co.uk> <20160822164508.GD11327@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20160822164508.GD11327-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ingo Molnar Cc: Thomas Gleixner , "H . Peter Anvin" , Andrzej Hajda , Ard Biesheuvel , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Leif Lindholm , Mark Salter , Shannon Zhao List-Id: linux-efi@vger.kernel.org On Mon, 22 Aug, at 06:45:08PM, Ingo Molnar wrote: > > * Matt Fleming wrote: > > > From: Andrzej Hajda > > > > of_get_flat_dt_subnode_by_name can return negative value in case of error. > > ... which is a problem because , and we solve it by doing ? Andrzej, could you please provide an answer to Ingo's question?