From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <469E6241.5090604@freescale.com> Date: Wed, 18 Jul 2007 13:56:01 -0500 From: Scott Wood MIME-Version: 1.0 To: Milton Miller Subject: Re: [PATCH 10/61] bootwrapper: flatdevtree fixes References: <9b26986bc99c74c5e17e08191eb07d67@bga.com> In-Reply-To: <9b26986bc99c74c5e17e08191eb07d67@bga.com> Content-Type: text/plain; charset=us-ascii; format=flowed Cc: ppcdev , Paul Mackerras , David Gibson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Milton Miller wrote: > In-Reply-To: <20070718013137.GA15217@ld0162-tx32.am.freescale.net> > > On Wed Jul 18 11:33:08 EST 2007, Scott Wood wrote: > >> 1. ft_create_node was returning the internal pointer rather than a >> phandle. >> 2. ft_find_device_rel was treating lookups relative to root as an error. > > > No, it is treating lookups relative to NULL as an error. > > Your patch changes it to treat lookups relative to the NULL phandle as > relative to root. Other parts of the code (such as ft_create_node) already do that. What's wrong with it? > I've no objections to the other part, can you split these? No, because change #1 won't work without change #2. -Scott