From: Scott Wood Date: Mon, 12 Mar 2007 20:41:54 +0000 (-0600) Subject: [POWERPC] bootwrapper: Refactor ft_get_prop() into internal and external functions. X-Git-Tag: v2.6.22-rc1~1109^2~178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c350038b2bdabb07611dcc8116b55f917ada09fa;p=pandora-kernel.git [POWERPC] bootwrapper: Refactor ft_get_prop() into internal and external functions. The property searching part of ft_get_prop is factored out into an internal __ft_get_prop() which does not deal with phandles and does not copy the property data. ft_get_prop() is then a wrapper that does the phandle translation and copying. Signed-off-by: Scott Wood Acked-by: Mark A. Greer Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed