From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: [dtc] Bugfix for CHECK_HAVE_WARN_PHANDLE() In-Reply-To: Your message of "Wed, 31 Jan 2007 15:45:26 +1100." <20070131044525.GA25231@localhost.localdomain> References: <20070131044525.GA25231@localhost.localdomain> Date: Wed, 31 Jan 2007 07:41:31 -0600 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , So, like, the other day David Gibson mumbled: > At present, the tree checking code in dtc will die with an assertion > failure if given a tree which has the invalid value 0 or -1 in a > property which should contain a phandle. This patch fixes the check > to die more gracefully with an error message indicating the invalid > phandle value. > > Signed-off-by: David Gibson Applied. Thanks, jdl