From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH 6/6] efi/fdt: Fix handling error value in fdt_find_uefi_params Date: Mon, 22 Aug 2016 18:45:08 +0200 Message-ID: <20160822164508.GD11327@gmail.com> References: <1471638904-3494-1-git-send-email-matt@codeblueprint.co.uk> <1471638904-3494-7-git-send-email-matt@codeblueprint.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1471638904-3494-7-git-send-email-matt@codeblueprint.co.uk> Sender: linux-kernel-owner@vger.kernel.org To: Matt Fleming Cc: Thomas Gleixner , "H . Peter Anvin" , Andrzej Hajda , Ard Biesheuvel , linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, Leif Lindholm , Mark Salter , Shannon Zhao List-Id: linux-efi@vger.kernel.org * 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 ? Thanks, Ingo