[POWERPC] bootwrapper: Make ft_get_phandle() accept and return NULL.
authorScott Wood <scottwood@freescale.com>
Mon, 12 Mar 2007 20:41:45 +0000 (14:41 -0600)
committerPaul Mackerras <paulus@samba.org>
Tue, 13 Mar 2007 10:15:50 +0000 (21:15 +1100)
Currently, if ft_get_phandle() is passed NULL it will allocate an entry
for it and return a non-NULL phandle.  This patch makes it simply pass
the NULL through.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Acked-by: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found